Click or drag to resize

Document(String) Constructor

Creates a PDF document from and existing PDF file.

Namespace: ExpertPdf.PdfCreator
Assembly: epdfcreator (in epdfcreator.dll) Version: 21.1.0
Syntax
public Document(
	string pdfFileName
)

Parameters

pdfFileName  String
The full path of an existing PDF document file.
See Also