 |
PdfManagerLoad(String) Method |
Loads a pdf document from an existing pdf file.
Namespace: SelectPdf.ExtrasAssembly: Select.Pdf.Extras (in Select.Pdf.Extras.dll) Version: 26.2
Syntaxpublic void Load(
string fileName
)
Public Sub Load (
fileName As String
)
Parameters
- fileName String
-
The full path to the existing pdf document file.
See Also