Click or drag to resize

PdfDocument LoadFromFile Method (String, String)

Initializes a new instance of the class.

Namespace: Spire.Pdf
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public void LoadFromFile(
	string filename,
	string password
)

Parameters

filename
Type: System String
The path to source PDF document.
password
Type: System String
The password (user or owner) of the encrypted document.
See Also