This property returns whether or not a given page is the active one in the document.
Namespace:
Kofax.OmniPageCSDK.IproPlus
Assembly:
Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntaxpublic bool Active { get; }
Public ReadOnly Property Active As Boolean
Get
public:
property bool Active {
bool get ();
}
Property Value
Type:
Boolean
Remarks
This is relevant only when visual controls are being used. The active page is the one currently displayed in the controls.
See Also