LoadImages loads a multi image from file.

It detects file format from extension.

If the file does not represent a recognized image format the property Aborting is True.

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public void LoadImages(
	string fileName
)
Public Sub LoadImages ( _
	fileName As String _
)
public:
void LoadImages(
	String^ fileName
)

Parameters

fileName
String
the file name with extension

See Also