Append a new image loaded from file at last position and returns the new image position.

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

Syntax

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

Parameters

fileName
String
The image file name.

Return Value

Returns the new image position

See Also