Zebra Technologies ZQ110 Saw User Manual


 
ZQ110
Rev. 1.00
- 35 -
Mobile Printer
iOS SDK API Reference Guide
5-3-27 downloadNVImage (Normal)
Download Image Data to the Designated Address in the NV Area.
[Function prototype]
- (long)downloadNVImage:(int)address
withImage:(UIImage *)image
[Parameters]
address
Image address in the range of 0 to 99. If there is an image saved for the
corresponding address, the existing image is replaced by a new image.
images
Download target image object
[Return Value]
Refer to 2-14 Result Code
[Discussion]
When the width of the image is wider than the width of the printer, the image is resized.
automatically.
The width value is set to BXL_WIDTH_FULL and the image data is processed with a
level of 1050, 50% of brightness, and the error diffusion algorithm enable settings are
downloaded.
[Availability]
SDK 1.0.0 and later
5-3-28 printNVImage
Print Image Data to the Designated Address in the NV Area
[Function prototype]
- (long)printNVImage:(int)address
[Parameters]
address
Image address in the range of 0 to 9
[Return Value]
Refer to 2-14 Result Code.
[Discussion]
The image is not printed if the image does not exist in the corresponding address.
[Availability]
SDK 1.0.0 and later