Drawbarcodedatamatrix - SATO PV3 Manual

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

Advertisement

7-2-22 drawBarcodeDataMatrix

Saves data of the DataMatrix barcode to the printer buffer.
[Syntax]
Task<int> drawBarcodeDataMatrix(string data, int xPos, int yPos, int size, bool reverse,
[Parameters]
• string data: data of the barcode
• int xPos: x axis coordinates of barcode
• int yPos: y axis coordinates of barcode
• int size: DataMatrix size (Range of 1 to 4)
• int reverse : barcode reverse or normal
• 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 rotation);
Value
0
1
2
3
- 28 -
Xamarin SDK
Description
No rotated
Rotated 90 degree (clockwise )
Rotated 180 degree
Rotated 270 degree (clockwise )

Advertisement

Table of Contents
loading

This manual is also suitable for:

Pv4

Table of Contents