PdfFocusOpenPdf(String) Method |
Open a PDF file.
Namespace: SautinSoftAssembly: SautinSoft.PdfFocus (in SautinSoft.PdfFocus.dll) Version: 2024.12.18
Syntaxpublic void OpenPdf(
string fileName
)
Public Sub OpenPdf (
fileName As String
)
Parameters
- fileName String
- The full path to the PDF document.
See Also