PdfDocument(String) Constructor

Constructs a PDF document from a file

Definition

Namespace: HiQPdf
Assembly: HiQPdf.NetCore (in HiQPdf.NetCore.dll) Version: 16.0.0
C#
public PdfDocument(
	string pdfFilePath
)

Parameters

pdfFilePath  String
The PDF file full path

See Also