Zebra Technologies ZQ110 Printer User Manual


 
ZQ110
Rev. 1.00
- 13 -
Mobile Printer
Windows SDK API Reference Guide
* Width
[in] This value sets the barcode width according to a value range of 2~7 at one
dimensional barcodes or the range is 1~8 at GS1 DataBar barcode and AZTEC barcode.
If the print area of the barcode exceeds the printing paper, barcode printing may not be
possible.
The other Two dimensional barcodes are not affected by this value.
* Alignment
[in] This value sets the barcode alignment.
Code
Value
Description
BXL_ALIGNMENT_LEFT
0
Left-aligned
BXL_ALIGNMENT_CENTER
1
Centered
BXL_ALIGNMENT_RIGHT
2
Right-aligned
* Attribute
- This value sets the text position at one dimensional barcodes.
[in] This value sets the print position of the barcode data. Two dimensional barcodes
have only the BXL_BC_TEXT_NONE value.
Code
Value
Description
BXL_BC_TEXT_NONE
0
Barcode data not printed
BXL_BC_TEXT_ABOVE
1
Barcode data printed above barcode
BXL_BC_TEXT_BELOW
2
Barcode data printed below barcode
- This values sets height of separator between 2D and 1D barcode symbol at GS1
barcode. The value is 1 or 2.
[Return Values]
Code
Value
Description
BXL_SUCCESS
0
Returns after function success
BXL_NOT_OPENED
101
Unable to open communication port
BXL_STATUS_ERROR
103
Error occurred during status check
BXL_WRITE_ERROR
300
Failure to transmit data
BXL_BC_DATA_ERROR
500
Error in barcode data
BXL_BC_NOT_SUPPORT
501
Barcode type not supported