Drawbarcodemicropdf; Drawbarcodeimb - SATO PV3 Manual

Xamarin sdk
Hide thumbs Also See for PV3:
Table of Contents

Advertisement

7-2-26 drawBarcodeMicroPDF

Saves data of the MicroPDF barcode to the printer buffer.
[Syntax]
Task<int> drawBarcodeMicroPDF(string data, int xPos, int yPos, int moduleWidth,
[Parameters]
• string data: data of the barcode
• int xPos: x axis coordinates of barcode
• int yPos: y axis coordinates of barcode
• int moduleWidth: module width(Range of 2 to 8)
• int moduleHeight: barcode height(Range of 1 to 99)
• int mode: barcode mode(Range of 0 to 33)
• int rotation: printing direction of barcode
LabelRotation Enumeration
DEGREES_0
DEGREES_90
DEGREES_180
DEGREES_270
[Returns]
If the method succeeds, the return value is zero(0). Other cases, returns non-zero.

7-2-27 drawBarcodeIMB

Saves data of the IMB barcode to the printer buffer.
[Syntax]
Task<int> drawBarcodeIMB(string data, int xPos, int yPos, bool hri, int rotation)
[Parameters]
• string data: data of the barcode
• int xPos: x axis coordinates of barcode
• int yPos: y axis coordinates of barcode
• bool hri: Determines whether or not to print HRI (Human Readable Interface)
• int rotation: printing direction of barcode
LabelRotation Enumeration
DEGREES_0
DEGREES_90
DEGREES_180
DEGREES_270
[Returns]
If the method succeeds, the return value is zero(0). Other cases, returns non-zero.
Ver. 1.01
int moduleHeight, int mode, int rotation)
Value
0
No rotated
1
Rotated 90 degree (clockwise )
2
Rotated 180 degree
3
Rotated 270 degree (clockwise )
Value
0
No rotated
1
Rotated 90 degree (clockwise )
2
Rotated 180 degree
3
Rotated 270 degree (clockwise )
- 32 -
Xamarin SDK
Description
Description

Advertisement

Table of Contents
loading

This manual is also suitable for:

Pv4

Table of Contents