 | PdfDocument Constructor (String, String) |
Initializes a new instance by opening an existing PDF file.
Namespace:
Opait.Barcode.Pdf
Assembly:
Opait.Barcode (in Opait.Barcode.dll) Version: 1.2.0.0
Syntaxpublic PdfDocument(
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.
See Also