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

LoadImageInfo auto recognizes image type from file header and file name extension.

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(
	string fileName
)
Public Sub LoadImageInfo ( _
	fileName As String _
)
public:
void LoadImageInfo(
	String^ fileName
)

Parameters

fileName
String
the source file path

See Also