 | BarcoderCreatePdfDecoder Method (Stream, String) |
Create a decoder for detecting barcodes in the specified PDF stream.
Namespace:
Opait.Barcoder.Api
Assembly:
Opait.Barcoder (in Opait.Barcoder.dll) Version: 1.3.4.0
Syntaxpublic IPdfDecoder CreatePdfDecoder(
Stream stream,
string password = null
)
Parameters
- stream
- Type: System.IOStream
Open file stream. - password (Optional)
- Type: SystemString
Optional password for opening encrypted PDF document.
Return Value
Type:
IPdfDecoderThe PDF decoder.
See Also