Click or drag to resize

PdfDecoder Constructor (String, String)

Opens an existing PDF document for decoding barcodes.

Namespace:  Opait.Barcode.Pdf
Assembly:  Opait.Barcode (in Opait.Barcode.dll) Version: 1.2.0.0
Syntax
C#
public PdfDecoder(
	string fileName,
	string password = null
)

Parameters

fileName
Type: SystemString
Path to the existing PDF document.
password (Optional)
Type: SystemString
Optional password for opening encrypted PDF document.
See Also