PDF File Writer Class Library - Author Uzi Granot
Barcode39 Constructor (Int32) |
Barcode 39 constructor
Namespace: PdfFileWriter
Assembly: PdfFileWriter (in PdfFileWriter.dll) Version: 1.1.24.0 (1.1.24.0)


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