This method saves all layers and vectorial objects in one single file.

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public void SaveAll(
	string fileName,
	IEFileFormats imageFormat
)
Public Sub SaveAll ( _
	fileName As String, _
	imageFormat As IEFileFormats _
)
public:
void SaveAll(
	String^ fileName, 
	IEFileFormats imageFormat
)

Parameters

fileName
String
Output file name.
imageFormat
IEFileFormats
Output image formats. Cannot be TIFF.

See Also