Loads the specified page from the last loaded multipage file, including TIFF, GIF, AVI and other video types.

This method uses IEImage.LoadImage to load the file (hence the file name extension must be provided).

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public int Seek(
	IEImage..::..IESeekDestination destination,
	string fileName
)
Public Function Seek ( _
	destination As IEImage..::..IESeekDestination, _
	fileName As String _
) As Integer
public:
int Seek(
	IEImage..::..IESeekDestination destination, 
	String^ fileName
)

Parameters

destination
IEImage..::..IESeekDestination
Page to load.
fileName
String
Optional file name. If empty will use the last loaded file name.

Return Value

Returns loaded page index.

See Also