Loads the iamge from stream, autodetecting image format.

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public bool LoadImageFromStream(
	Stream stream
)
Public Function LoadImageFromStream ( _
	stream As Stream _
) As Boolean
public:
bool LoadImageFromStream(
	Stream^ stream
)

Parameters

stream
Stream
Input stream

Return Value

Returns true if successful.

See Also