Adds an external library (dll) which contains a file format plugin. The dll must be compatible with IEvolution/ImageEn specifications.

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public static int AddExtIOPlugin(
	string fileName
)
Public Shared Function AddExtIOPlugin ( _
	fileName As String _
) As Integer
public:
static int AddExtIOPlugin(
	String^ fileName
)

Parameters

fileName
String
The library path and name.

Return Value

Return an identifier for the added file format.

See Also