Drawbarcodeqrcode - SATO PV3 Manual

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

Advertisement

DEGREES_270
[Returns]
If the method succeeds, the return value is zero(0). Other cases, returns non-zero.

7-2-21 drawBarcodeQRCode

Saves data of the QRCode barcode to the printer buffer.
[Syntax]
Task<int> drawBarcodeQRCode(string data, int xPos, int yPos, int size, int model,
[Parameters]
• string data: data of the barcode
• int xPos: x axis coordinates of barcode
• int yPos: y axis coordinates of barcode
• int size: QRCode size (Range of 1 to 9)
• int model: QRCode Model
LabelQRCodeModel Enumeration
MODEL_1
MODEL_2
• int errorCorrectionLevel: Error correction level
LabelQRCodeECL Enumeration
ECCLEVEL_L
ECCLEVEL_M
ECCLEVEL_Q
ECCLEVEL_H
• 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
3
Rotated 270 degree (clockwise )
int errorCorrectionLevel, int rotation)
Value
1
Model 1
2
Model 2
Value
'L'
Error correction rate is configured to 7%
'M'
Error correction rate is configured to 15%
'Q'
Error correction rate is configured to 25%
'H'
Error correction rate is configured to 35%
Value
0
No rotated
1
Rotated 90 degree (clockwise )
2
Rotated 180 degree
3
Rotated 270 degree (clockwise )
- 27 -
Xamarin SDK
Description
Description
Description

Advertisement

Table of Contents
loading

This manual is also suitable for:

Pv4

Table of Contents