PdfDocumentFromFile(String) Method
Loads a PDF document from a file and returns the created PDF document
Namespace: HiQPdfAssembly: HiQPdf.NetCore (in HiQPdf.NetCore.dll) Version: 18.0.0
public static PdfDocument FromFile(
string file
)
- file String
- The file from where to load the PDF document
PdfDocumentThe loaded PDF document