Click or drag to resize

ImageViewActiveZone Property

This property sets or retrieves the index of the active zone - which displays the resizing handles - in the ImageView.

Namespace:  Kofax.OmniPageCSDK.ToolBoxes
Assembly:  Kofax.OmniPageCSDK.ToolBoxes (in Kofax.OmniPageCSDK.ToolBoxes.dll) Version: 1.0.0.0
Syntax
[BrowsableAttribute(false)]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
[DispIdAttribute(140)]
public int ActiveZone { get; set; }

Property Value

Type: Int32
Remarks
Changing the ActiveZone value property clears the Selected status of all other zones, and sets it for the one that has just been selected. Note that the IPRO does not use the term "Active Zone" - this is an ImageView level term only.
See Also