Creates a PDF Document object from an existing password protected PDF file.

Namespace: EvoPdf
Assembly: evohtmltopdf (in evohtmltopdf.dll) Version: 4.12.0.0

Syntax

C#
public Document(
	string pdfFileName,
	string pdfPassword
)
Visual Basic
Public Sub New ( 
	pdfFileName As String,
	pdfPassword As String
)
Visual C++
public:
Document(
	String^ pdfFileName, 
	String^ pdfPassword
)

Parameters

pdfFileName
Type: System..::..String
The full path to the PDF file.
pdfPassword
Type: System..::..String
The password to open the specified PDF document.

See Also