Winnovative PDF Creator Library for .NET
Document Constructor (pdfFileName, pdfPassword)
NamespacesWinnovative.PdfCreatorDocumentDocument(String, String)
Winnovative PDF Creator Library for .NET
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: Winnovative.PdfCreator (Module: Winnovative.PdfCreator) Version: 3.0.6.0 (3.0.6.0)