Click or drag to resize

PagesActivePageIndex 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
Syntax
public int ActivePageIndex { get; set; }

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