Loads an image from 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 LoadImage(
	Stream stream,
	IEFileFormats format
)
Public Sub LoadImage ( _
	stream As Stream, _
	format As IEFileFormats _
)
public:
void LoadImage(
	Stream^ stream, 
	IEFileFormats format
)

Parameters

stream
Stream
The source stream
format
IEFileFormats
The image format contained in the stream

See Also