LayersSave saves all layers included bitmap, position, size, etc.. in a unique file.

It allows IEImage to rebuild a previous saved layers configuration.

All images will be compressed to the specified format, but the file which contains all layers is an ImageEn custom file format.

Note: CompresionFormat cannot be TIFF

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

Syntax

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

Parameters

fileName
String
Output file name.
format
IEFileFormats
File format of images.

See Also