PDF File Writer Class Library - Author Uzi Granot
Barcode39 Constructor (String) |
Barcode 39 constructor
Namespace: PdfFileWriter
Assembly: PdfFileWriter (in PdfFileWriter.dll) Version: 1.1.24.0 (1.1.24.0)
Syntax
RemarksThe constructor converts the text into code.
Valid characters are:
| Digits 0 to 9 |
| Capital Letters A to Z |
| Dash '-' |
| Period '.' |
| Space ' ' |
| Dollar '$' |
| Slash '/' |
| Plus '+' |
| Percent '%' |
| Asterisk '*' (This is the start and stop character. It cannot be in the middle of the text). |
See Also