ExpertPdf PDF Creator Library
Document Constructor (pdfFileName, pdfPassword)
NamespacesExpertPdf.PdfCreatorDocumentDocument(String, String)
ExpertPdf PDF Creator 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.PdfCreator (Module: ExpertPdf.PdfCreator) Version: 5.0.0.0 (5.0.0.0)