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(
	Stream stream,
	IEFileFormats format
)
Public Sub LayersSave ( _
	stream As Stream, _
	format As IEFileFormats _
)
public:
void LayersSave(
	Stream^ stream, 
	IEFileFormats format
)

Parameters

stream
Stream
Output stream.
format
IEFileFormats
File format of images.

See Also