Reads image properties (Params) without load the image (and without changing current image).

LoadImageInfo auto recognizes image type from file header.

If image is unknown the IOParams.FileType has Unknown value.

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public void LoadImageInfo(
	Stream stream
)
Public Sub LoadImageInfo ( _
	stream As Stream _
)
public:
void LoadImageInfo(
	Stream^ stream
)

Parameters

stream
Stream
The source stream

See Also