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


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
