 | BarcoderOpenPdfDocument Method |
Opens an existing PDF document.
Namespace:
Opait.Barcoder.Api
Assembly:
Opait.Barcoder (in Opait.Barcoder.dll) Version: 1.3.4.0
Syntaxpublic IPdfDocument OpenPdfDocument(
string fileName,
string password = null
)
Parameters
- fileName
- Type: SystemString
Path to the existing PDF file. - password (Optional)
- Type: SystemString
Optional password if fileName is encrypted.
Return Value
Type:
IPdfDocumentThe loaded PDF document.
See Also