Pages.ActivePageIndex Property
|
Use this property to get or set the index of the active page.
Namespace:
Kofax.OmniPageCSDK.IproPlus
Assembly:
Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntaxpublic int ActivePageIndex { get; set; }
Public Property ActivePageIndex As Integer
Get
Set
public:
property int ActivePageIndex {
int get ();
void set (int value);
}
Property Value
Type:
Int32
Remarks
If the collection is empty, it returns -1. If there are pages and ActivePageIndex has not been set, the first page will be the active one by default.
Setting this property to an invalid value results in a trappable error.
See Also