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
)
Public Sub LoadFromFile (
filename As String,
password As String
)
public:
void LoadFromFile(
String^ filename,
String^ password
)
member LoadFromFile :
filename : string *
password : string -> unit
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