BarcodeInterleaved2of5 Constructor

PDF File Writer

BarcodeInterleaved2of5 Constructor

Barcode interleave 2 of 5 constructor

Namespace:  PdfFileWriter
Assembly:  PdfFileWriter (in PdfFileWriter.dll) Version: 1.1.24.0 (1.1.24.0)
Syntax
C#
public BarcodeInterleaved2of5(
	string Text,
	bool AddChecksum = false
)

Parameters

Text
Type: SystemString
Text
AddChecksum (Optional)
Type: SystemBoolean
Add checksum digit
See Also