Click or drag to resize

PageActive Property

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
Syntax
public bool Active { 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