Creates a PDF document from and existing PDF file.

Namespace: EvoPdf
Assembly: evohtmltopdf (in evohtmltopdf.dll) Version: 4.12.0.0

Syntax

C#
public Document(
	string pdfFileName
)
Visual Basic
Public Sub New ( 
	pdfFileName As String
)
Visual C++
public:
Document(
	String^ pdfFileName
)

Parameters

pdfFileName
Type: System..::..String
The full path of an existing PDF document file.

See Also