Click or drag to resize
Document Constructor (String)
Creates a PDF document from an existing PDF file.

Namespace: ExpertPdf.HtmlToPdf.PdfDocument
Assembly: ExpertPdf.HtmlToPdf (in ExpertPdf.HtmlToPdf.dll) Version: 11.0.0
Syntax
public Document(
	string pdfFileName
)

Parameters

pdfFileName
Type: SystemString
The full path of an existing PDF document file.
See Also