Click or drag to resize
Pdf Library for .NET

PdfDocument Constructor (String, String)

Loads a pdf document from an existing password protected pdf file.

Namespace:  SelectPdf
Assembly:  Select.Pdf (in Select.Pdf.dll) Version: 20.2
Syntax
public PdfDocument(
	string fileName,
	string password
)

Parameters

fileName
Type: SystemString
The full path to the existing pdf file.
password
Type: SystemString
The password to open the specified pdf document.
See Also