3-2-24 drawBarcodeMicroPDF
This method requests the printing of Micro PDF417 barcode to the image buffer.
[Syntax]
-(long) drawBarcodeMicroPDF:(NSString*)data
xPosition:(NSInteger)xPostion
yPosition:(NSInteger)yPostion
moduleWidth:(NSInteger)moduleWidth // 2~8
barcodeHeight:(NSInteger)barcodeHeight // 1~99
mode:(NSInteger)mode // 0~33
rotation:(NSInteger)rotation;
[Parameters]
text
Barcode value to print
xPosition
X coordinate of the position to print
yPosition
Y coordinate of the position to print
moduleWidth
module Width (2~8)
barcodeHeight
Height of barcode (1~99)
rotation
Rotation setting of barcode (Reference: 2-14 Rotation Degrees)
[Return Value]
Upon successful operation, _SDK_RESULT_SUCCESS will be returned.
Refer to the 2-1 Result Codes for more details on other result codes.
[Discussion]
Nothing will be printed when this API is called.
Contents requested by this API will be printed when 3-2-13 doPrint API is called.
[See Also]
2-1 Result Codes
2-14 Rotation Degrees
3-2-13 doPrint