Barcode39 Constructor (Int32[])

PDF File Writer

Barcode39 Constructor (Int32)

Barcode 39 constructor

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

Parameters

_CodeArray
Type: SystemInt32
Code array
Remarks

Sets code array and converts to equivalent text.

If the code array is missing the start and/or stop characters, the constructor will add them.

Valid codes are:

0 to 9Digits 0 to 9
10 to 35Capital Letters A to Z
36Dash '-'
37Period '.'
38Space ' '
39Dollar '$'
40Slash '/'
41Plus '+'
42Percent '%'
43Asterisk '*' (This is the start and stop character. It cannot be in the middle of the text)
See Also