EasyManua.ls Logo

BIXOLON SPP-R210 - Printbarcode

BIXOLON SPP-R210
38 pages
Print Icon
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
Mobile Printer
Rev. 1.00
- 11 -
3-4 PrintBarcode
This function supports one-dimensional and two-dimensional barcode printing.
async Task<Int32> PrintBarcode(
byte[] data, Int32 barcodeType, Int32 height, Int32 width, Int32 alignment, Int32 textPosition)
or
async Task<Int32> PrintBarcode(
string data, Int32 barcodeType, Int32 height, Int32 width, Int32 alignment, Int32 textPosition)
[Parameters]
* Data
[in] This is byte array or string data which sends barcode data to print.
* barcodeType
[in] This defines the type of barcode and is defined in bxlconst.cs.
Barcode
Value
Data Count
Data Range
BXL_BCS_UPCA
101
11 ≤ n ≤ 12
48 ≤ data ≤ 57
BXL_BCS_UPCE
102
11 ≤ n ≤ 12
48 ≤ data ≤ 57
BXL_BCS_EAN13
BXL_BCS_JAN13
104
106
12 ≤ n ≤ 13
48 ≤ data ≤ 57
BXL_BCS_EAN8
BXL_BCS_JAN8
103
105
7 ≤ n ≤ 8
48 ≤ data ≤ 57
BXL_BCS_ITF
107
1 ≤ n ≤ 255
(even number)
48 ≤ data ≤ 57
BXL_BCS_CODABAR
108
1 ≤ n ≤ 255
48 ≤ data ≤ 57, 65 ≤ data ≤ 68,
data =36,43,45,46,47,58
BXL_BCS_CODE39
109
1 ≤ n ≤ 255
48 ≤ data ≤ 57, 65 ≤ data ≤ 90,
data =32,36,37,43,45,46,47
BXL_BCS_CODE93
110
1 ≤ n ≤ 255
0 ≤ data ≤ 127
BXL_BCS_CODE128
111
2 ≤ n ≤ 255
0 ≤ data ≤ 127
BXL_BCS_PDF417
200
2 ≤ n ≤ 928
0 ≤ data ≤ 255
BXL_BCS_QRCODE
202~3
2 ≤ n ≤ 928
0 ≤ data ≤ 255
BXL_BCS_DATAMATRIX
204
2 ≤ n ≤ 928
0 ≤ data ≤ 255
BXL_BCS_MAXICODE
205~6
2 ≤ n ≤ 928
0 ≤ data ≤ 255
* Height
[in] This value sets the height of the barcode and is in the unit of Dot. The value ranges
1-255. Two-dimensional barcodes are not affected by it.
* Width
[in] This value sets the width of the barcode and ranges 2-7. If the printing size
exceeds the space in the paper, the barcode may not be printed. Two-dimensional
barcodes are not affected by it.
* Alignment
[in] This value sets the alignment of the barcode.
Code
Value
Description
BXL_ALIGNMENT_LEFT
0
Align to left
BXL_ALIGNMENT_CENTER
1
Align to center
BXL_ALIGNMENT_RIGHT
2
Align to right

Other manuals for BIXOLON SPP-R210

Related product manuals