 | BarcoderCreatePdfDecoder Method (String, String) |
Create a decoder for detecting barcodes in the specified PDF file.
Namespace:
Opait.Barcoder.Api
Assembly:
Opait.Barcoder (in Opait.Barcoder.dll) Version: 1.3.4.0
Syntaxpublic IPdfDecoder CreatePdfDecoder(
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.
Return Value
Type:
IPdfDecoderThe PDF decoder.
See Also