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

Parameters

stream
Stream
The source stream

See Also