Click or drag to resize

PageSelected Property

Use this property to get or set whether this page is selected or not.

Namespace:  Kofax.OmniPageCSDK.IproPlus
Assembly:  Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntax
public bool Selected { get; set; }

Property Value

Type: Boolean
Remarks

Changing this property sets the Document object's Modified property to True.

See Also