Drawbarcoderss - SATO PV3 Manual

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

Advertisement

7-2-31 drawBarcodeRSS

Saves data of the RSS barcode to the printer buffer.
[Syntax]
Task<int> drawBarcodeRSS(string data, int xPos, int yPos, int barcodeType,
[Parameters]
• string data: data of the barcode
• int xPos: x axis coordinates of barcode
• int yPos: y axis coordinates of barcode
• int barcodeType: Configures the barcode type.
LabelRSSType Enumeration
RSS14
RSS14_TRUNCATED
RSS14_STACKED
RSS14_STACKED_OMNIDIRECTIONAL
RSS_LIMITED
RSS_EXPANDED
UPC_A
UPC_E
EAN13
EAN8
UCC_EAN128_CC_A_B
UCC_EAN128_CC_C
• int magnification: Can use a number between 1 and 10
• int separatorHeight: Configures the height of an RSS barcode identifier(Range of 0 to 22)
• int barcodeHeight: Configures the barcode height
• int segmentWidth: Configures segment width(even number between 0 and 22)
• 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 magnification, .int separatorHeight, int barcodeHeight,
int segmentWidth, int rotation)
Value
Value
- 36 -
0
RSS14
1
RSS14 truncated
2
RSS14 stacked
3
RSS14 Stacked omnidirectional
4
RSS limited
5
RSS Expanded
6
RSS UPC A
7
RSS UPC E
8
EAN13
9
EAN 8
EAN128
10
CC-A/B
11
EAN128 CC-C
0
No rotated
1
Rotated 90 degree (clockwise )
2
Rotated 180 degree
3
Rotated 270 degree (clockwise )
Xamarin SDK
Description
Description

Advertisement

Table of Contents
loading

This manual is also suitable for:

Pv4

Table of Contents