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

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public void SaveAll(
	Stream stream,
	IEFileFormats imageFormat
)
Public Sub SaveAll ( _
	stream As Stream, _
	imageFormat As IEFileFormats _
)
public:
void SaveAll(
	Stream^ stream, 
	IEFileFormats imageFormat
)

Parameters

stream
Stream
Output stream.
imageFormat
IEFileFormats
Output image formats. Cannot be TIFF.

See Also