Saves an image to a stream. Cannot be used in asynchronous mode.

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

Syntax

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

Parameters

stream
Stream
The destination stream
format
IEFileFormats
The output image format

See Also