Barcode128 Constructor (Int32[])

PDF File Writer

Barcode128 Constructor (Int32)

Barcode 128 constructor

Namespace:  PdfFileWriter
Assembly:  PdfFileWriter (in PdfFileWriter.dll) Version: 1.1.24.0 (1.1.24.0)
Syntax
C#
public Barcode128(
	int[] _CodeArray
)

Parameters

_CodeArray
Type: SystemInt32
Code array
Remarks

Set Code Array and convert it to text.

Each code must be 0 to 106.

The first code must be 103, 104 or 105.

The stop code 106 if present must be the last code.

If the last code is not 106, the method calculates the checksum and appends the checksum and the stop character to the end of the array.

If the stop code is missing you must not have a checksum. If the last code is 106, the method recalculates the checksum and replaces the existing checksum.

The text output is made of ASCII characters 0 to 127 and three function characters 256, 257 and 258.

See Also