 | 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
Syntaxpublic 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