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