Barcode39 Constructor (String)

PDF File Writer

Barcode39 Constructor (String)

Barcode 39 constructor

Namespace:  PdfFileWriter
Assembly:  PdfFileWriter (in PdfFileWriter.dll) Version: 1.1.24.0 (1.1.24.0)
Syntax
C#
public Barcode39(
	string Text
)

Parameters

Text
Type: SystemString
Barcode text
Remarks

The 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