Zebra Technologies EM220II Printer User Manual


 
EM220II
Rev. 1.00
- 28 -
Mobile Printer
iOS SDK API Reference Guide
5-3-12 printBox
Print box shape text.
No action takes place if no printer is connected.
[Function prototype]
(long)printText:(int)width height: (int)height;
[Parameters]
int
Specify the width of the box.
1 == width equivalent to that of one character
int
Specify the length of the box.
1 == length equivalent to that of one character
[Return Value]
Refer to 2-16 Result Code
[Discussion]
Alignment and properties of the text should be defined in advance.
[Availability]
SDK 1.0.0 and later
5-3-13 lineFeed
Perform line feed
[Function prototype]
- (void)linefeed:(int)lines
[Parameters]
lines
Number of lines to advance
[Return Value]
Refer to 2-16 Result Code
[Availability]
SDK 1.0.0 and later