|  | 
| PdfToolLoad Method (String, String) | 
 
            Loads an existing password protected pdf file.
            
 
    Namespace: 
   SelectPdf
    Assembly:
   Select.Pdf (in Select.Pdf.dll) Version: 20.2
 Syntax
Syntaxpublic 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 password to open the specified pdf document.
 See Also
See Also