Drawbarcodecodablock - SATO PV3 Manual

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

Advertisement

7-2-25 drawBarcodeCodaBlock

Saves data of the CodaBlock barcode to the printer buffer.
[Syntax]
Task<int> drawBarcodeCodaBlock(string data, int xPos, int yPos, int widthNarrow,
[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
• bool securityLevel: Barcode security level
• int numberOfCharactersPerRow: Number of characters per row(Range of 2 to 62)
• char mode: Codablock mode
LabelCodaBlockMode Enumeration
MODE_A
MODE_E
MODE_F
• int numberOfRowToEncode: The following values can be used for each mode.
[Returns]
If the method succeeds, the return value is zero(0). Other cases, returns non-zero.
Ver. 1.01
int widthWide, int height, bool securityLevel,
int numberOfCharactersPerRow, char mode,
int numberOfRowToEncode)
Value
Creates a code that uses the Code 39
'A'
character set
Creates a code that uses the Code 128
'E'
character set
Creates a code that uses the Code 128
'F'
character set and that automatically has
func1 added to
- 31 -
Xamarin SDK
Description

Advertisement

Table of Contents
loading

This manual is also suitable for:

Pv4

Table of Contents