Drawbarcodemsi - SATO PV3 Manual

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

Advertisement

7-2-28 drawBarcodeMSI

Saves data of the MSI barcode to the printer buffer.
[Syntax]
Task<int> drawBarcodeMSI(string data, int xPos, int yPos, int narrowWidth, int widthWide,
[Parameters]
• string data: data of the barcode
• int xPos: x axis coordinates of barcode
• int yPos: y axis coordinates of barcode
• int widthNarrow: Width of Narrow Bar
• int widthWide: Width of Wide Bar
• int height: Barcode height
• int checkDigitSelection: Check digit mode
LabelMSICheckDigit Enumeration
CHECKDIGIT_NONE
CHECKDIGIT_1MOD10
CHECKDIGIT_2MOD10
CHECKDIGIT_1MOD11_AND_1MOD_10
• bool printCheckDigit: Determines whether or not to print check digit
• int hri: HRI (Human Readable Interface) printing position.
LabelHRI Enumeration
TEXTNONE
TEXTABOVE
TEXTBELOW
• 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 height, int checkDigitSelection, bool printCheckDigit, int hri,
int rotation);
- 33 -
Value
0
Check digit not configured
1
1 Mod 10
2
2 Mode 10
3
1 Mod 11 and Mod 10
Value
0
Does not print
1
Print above barcode
2
Print below barcode
Value
0
No rotated
1
Rotated 90 degree (clockwise )
2
Rotated 180 degree
3
Rotated 270 degree (clockwise )
Xamarin SDK
Description
Description
Description

Advertisement

Table of Contents
loading

This manual is also suitable for:

Pv4

Table of Contents