Load a known image format from file.

LoadImage detects file format from fileFormat parameter.

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

Parameters

fileName
String
the source file path
fileFormat
IEFileFormats
the file format

See Also