Drawbarcode1D - SATO PV3 Manual

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

Advertisement

7-2-18 drawBarcode1D

Saves data of the 1d barcode to the printer buffer.
[Syntax]
Task<int> drawBarcode1D(string data, int xPos, int yPos, int barcodeType, int widthNarrow,
[Parameters]
• string data: data of the barcode
• int xPos: x axis coordinates of barcode
• int yPos: y axis coordinates of barcode
• int barcodeType: Type of barcode
• int widthNarrow: Narrow bar width.
• int widthWide: Wide bar width
• int height: Barcode height
• int hri: HRI (Human Readable Interface) printing position
LabelHRI Enumeration
TEXTNONE
TEXTBELOW
TEXTABOVE
TEXTBELOW_FONTSIZE2
TEXTABOVE_FONTSIZE2
TEXTBELOW_FONTSIZE3
TEXTABOVE_FONTSIZE3
TEXTBELOW_FONTSIZE4
TEXTABOVE_FONTSIZE4
• int quietZoneWidth: Quiet zone width (Range of 0 to20)
• 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 widthWide, int height, int hri, int quietZoneWidth, int rotation)
- 24 -
Value
Description
0
No HRI print
1
above barcode
2
below barcode
3
above barcode (font size 2)
4
below barcode (font size 2)
5
above barcode (font size 3)
6
below barcode (font size 3)
7
above barcode (font size 4)
8
below barcode (font size 4)
Value
Description
0
No rotated
1
Rotated 90 degree (clockwise )
2
Rotated 180 degree
3
Rotated 270 degree (clockwise )
Xamarin SDK

Advertisement

Table of Contents
loading

This manual is also suitable for:

Pv4

Table of Contents