HiQPdf Library for .NET Help
C#
Show/Hide TOC
Pdf
Document(String) Constructor
Constructs a PDF document from a file
Definition
Namespace:
HiQPdf
Assembly:
HiQPdf.NetCore (in HiQPdf.NetCore.dll) Version: 18.0.0
C#
Copy
public
PdfDocument
(
string
pdfFilePath
)
Parameters
pdfFilePath
String
The PDF file full path
See Also
Reference
PdfDocument Class
PdfDocument Overload
HiQPdf Namespace
In This Article
Definition
See Also