Loads an image from file. To detect file format it doesn’t look at the file extension, but at the file content.

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

Syntax

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

Parameters

fileName
String
The input file name.
detectFormat
Boolean
If true autodetect the file format.

See Also