|
PdfManagerLoad Method (String, String) |
Loads a pdf document from an existing password protected pdf file.
Namespace:
SelectPdf.Extras
Assembly:
Select.Pdf.Extras (in Select.Pdf.Extras.dll) Version: 23.2
Syntax public void Load(
string fileName,
string password
)
Public Sub Load (
fileName As String,
password As String
)
Parameters
- fileName
- Type: SystemString
The full path to the existing pdf document file.
- password
- Type: SystemString
The user password to open the specified pdf document.
See Also