Drawbarcodepdf417 - SATO PV3 Manual

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

Advertisement

7-2-20 drawBarcodePDF417

Saves data of the PDF417 barcode to the printer buffer.
[Syntax]
Task<int> drawBarcodePDF417(string data, int xPos, int yPos, int maximumRowCount,
[Parameters]
• string data: data of the barcode
• int xPos: x axis coordinates of barcode
• int yPos: y axis coordinates of barcode
• int maximumRowCount: Number of barcode Rows. (Range: 3 to 90)
• int maximumColumnCount: Number of barcode Columns. (Range: 1 to 30)
• int errorCorrectionLevel: Error correction level(Recognition rate when a part of a barcode is
damaged)
LabelPDF417ECL Enumeration
LEVEL0
LEVEL1
LEVEL2
LEVEL3
LEVEL4
LEVEL5
LEVEL6
LEVEL7
LEVEL8
• int dataCompressionMethod: data compression method
LabelPDF41Compress Enumeration
COMPRESSION_TEXT
COMPRESSION_NUMERIC
COMPRESSION_BINARY
• int hri : HRI (Human Readable Interface) printing position
LabelHRI Enumeration
TEXTNONE
TEXTBELOW
• int startPosition: starting point of a barcode (default value: 1)
LabelPDF41StartPosition Enumeration
ORIGIN_POINT_CENTER
ORIGIN_POINT_UPPER
• int moduleWidth: width of the barcode module. (Range: 2 to 9)
• int barHeight: height of the bar. (Range: 4 to 99)
• int rotation: printing direction of barcode
LabelRotation Enumeration
DEGREES_0
DEGREES_90
DEGREES_180
Ver. 1.01
int maximumColumnCount, int errorCorrectionLevel,
int dataCompressionMethod, bool hri,
int barcodeOriginPoint, int moduleWidth, int barHeight,
int rotation)
Value
0
Error correction level 0
1
Error correction level 1
2
Error correction level 2
3
Error correction level 3
4
Error correction level 4
5
Error correction level 5
6
Error correction level 6
7
Error correction level 7
8
Error correction level 8
Value
0
2 characters per codeword
1
2.93 characters per codeword
2
1.2 characters per codeword
Value
0
Does not print
2
Print below barcode
Value
Coordinate value based on middle of
0
barcode
Coordinate value based on top left of
1
barcode
Value
0
No rotated
1
Rotated 90 degree (clockwise )
2
Rotated 180 degree
- 26 -
Xamarin SDK
Description
Description
Description
Description
Description

Advertisement

Table of Contents
loading

This manual is also suitable for:

Pv4

Table of Contents