ImageIndex specifies the index of next page to load. You have to specify this property just before methods like LoadImage.
This property is valid for all file formats (TIFF, GIF, DCX, etc..) and sets also other properties like TIFF_ImageIndex, GIF_ImageIndex, etc..
Assembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0
Syntax
C# | Visual Basic | Visual C++ |
public int ImageIndex { get; set; }
Public Property ImageIndex As Integer Get Set
public: property int ImageIndex { int get (); void set (int value); }