Barcode128 Constructor (String)

PDF File Writer

Barcode128 Constructor (String)

Barcode 128 constructor

Namespace:  PdfFileWriter
Assembly:  PdfFileWriter (in PdfFileWriter.dll) Version: 1.1.24.0 (1.1.24.0)
Syntax
C#
public Barcode128(
	string Text
)

Parameters

Text
Type: SystemString
Input text
Remarks

Convert text to code 128.

> Valid input characters are ASCII 0 to 127.

> In addition three control function codes are available

> FNC1_CHAR = (char) 256;

> FNC2_CHAR = (char) 257;

> FNC3_CHAR = (char) 258;

> The constructor will optimize the translation of text to code. The code array will be divided into segments of CODEA, CODEB and CODEC

See Also