Click or drag to resize
Pdf Library for .NET

PdfToolLoad(String, String) Method

Loads an existing password protected pdf file.

Namespace: SelectPdf
Assembly: Select.Pdf (in Select.Pdf.dll) Version: 26.2
Syntax
public void Load(
	string fileName,
	string password
)

Parameters

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