Zebra Technologies ZQ110 Saw User Manual


 
ZQ110
Rev. 1.00
- 28 -
Mobile Printer
iOS SDK API Reference Guide
5-3-14 nextPrintPos
Feed Paper to Beginning of Next Label
[Function prototype]
- (long)nextPrintPos
[Return Value]
Refer to 2-14 Result Code
[Discussion]
This method works only when in label mode.
[Availability]
SDK 1.0.0 and later
5-3-15 printBarcode
Print One-Dimensional and Two-Dimensional Barcode
[Function prototype]
- (long)printBarcode:(char *)data
symbology:(long)symbology
width:(long)width
height:(long)height
alignment:(long)alignment
textPosition:(long)textPosition
[Parameters]
data
ANSI code data with null terminator. Transfer barcode data to print.
symbology
Define barcode type.
width
Width of barcode. Valid range is 2 to 7.
Barcode printing may not work properly if the width of the barcode print exceeds
the printer paper width.
This setting does not affect 2-dimensional barcodes.
height
Height of barcode in number of dots Range is 1 to 255.
This setting does not affect 2-dimensional barcodes.
alignment
Barcode alignment setting
Refer to 2-3 Barcode/Text Alignment
textPosition
Barcode text position setting
Refer to 2-6 Barcode Text Position
[Return Value]
Refer to 2-14 Result Code
[Availability]
SDK 1.0.0 and later