Click or drag to resize

PdfDecoder Constructor (Stream, String)

Opens an existing PDF file stream for decoding barcodes.

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

Parameters

stream
Type: System.IOStream
Open file stream.
password (Optional)
Type: SystemString
Optional password for opening encrypted PDF document.
See Also