CreatePSFile creates a new PostScript file using nf path and file name.

You can add pages using SaveToPS and finally close the file using ClosePSFile.

The PS 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 CreatePSFile(
	string fileName
)
Public Sub CreatePSFile ( _
	fileName As String _
)
public:
void CreatePSFile(
	String^ fileName
)

Parameters

fileName
String

See Also