CreatePDFFile creates a new Adobe PDF file using nf path and file name.

You can add pages using SaveToPDF and finally close the file using ClosePDFFile.

The resulting PDF file will contain only images, aligned to the upper-left side of the paper.

Namespace: HiComponents.IEvolution
Assembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public void CreatePDFFile(
	string fileName
)
Public Sub CreatePDFFile ( _
	fileName As String _
)
public:
void CreatePDFFile(
	String^ fileName
)

Parameters

fileName
String
The name of destination PDF file.

See Also