ExpertPdf Html to Pdf Converter Library
Document Constructor (pdfFileName, pdfPassword)
NamespacesExpertPdf.HtmlToPdf.PdfDocumentDocumentDocument(String, String)
ExpertPdf Html to Pdf Converter Library
Creates a PDF Document object from an existing password protected PDF file.
Declaration Syntax
C#Visual BasicVisual C++
public Document(
	string pdfFileName,
	string pdfPassword
)
Public Sub New ( 
	pdfFileName As String,
	pdfPassword As String
)
public:
Document(
	String^ pdfFileName, 
	String^ pdfPassword
)
Parameters
pdfFileName (String)
The full path to the PDF file.
pdfPassword (String)
The password to open the specified PDF document.

Assembly: ExpertPdf.HtmlToPdf (Module: ExpertPdf.HtmlToPdf.dll) Version: 9.2.0.25824 (9.2.0.0)