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; }
<BrowsableAttribute(false)>
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
<DispIdAttribute(140)>
Public Property ActiveZone As Integer
Get
Set
public:
[BrowsableAttribute(false)]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility::Hidden)]
[DispIdAttribute(140)]
property int ActiveZone {
int get ();
void set (int value);
}
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