Document Constructor (String, String) |
Creates a PDF Document object from an existing password protected PDF file.
Namespace: ExpertPdf.HtmlToPdf.PdfDocumentAssembly: ExpertPdf.HtmlToPdf (in ExpertPdf.HtmlToPdf.dll) Version: 11.0.0
Syntaxpublic Document(
string pdfFileName,
string pdfPassword
)
Public Sub New (
pdfFileName As String,
pdfPassword As String
)
Parameters
- pdfFileName
- Type: SystemString
The full path to the PDF file. - pdfPassword
- Type: SystemString
The password to open the specified PDF document.
See Also