 |
PdfDocument(String, String) Constructor |
Loads a pdf document from an existing password protected pdf file.
Namespace: SelectPdfAssembly: Select.Pdf (in Select.Pdf.dll) Version: 26.2
Syntaxpublic PdfDocument(
string fileName,
string password
)
Public Sub New (
fileName As String,
password As String
)
Parameters
- fileName String
- The full path to the existing pdf file.
- password String
- The password to open the specified pdf document.
See Also