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