ImageViewEnableZoneChange Property
|
This property controls whether the existing zone set can or cannot be modified.
Namespace:
Kofax.OmniPageCSDK.ToolBoxes
Assembly:
Kofax.OmniPageCSDK.ToolBoxes (in Kofax.OmniPageCSDK.ToolBoxes.dll) Version: 1.0.0.0
Syntax[BindableAttribute(BindableSupport.Yes)]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
[DispIdAttribute(110)]
public bool EnableZoneChange { get; set; }
<BindableAttribute(BindableSupport.Yes)>
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
<DispIdAttribute(110)>
Public Property EnableZoneChange As Boolean
Get
Set
public:
[BindableAttribute(BindableSupport::Yes)]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility::Hidden)]
[DispIdAttribute(110)]
property bool EnableZoneChange {
bool get ();
void set (bool value);
}
Property Value
Type:
Boolean
Remarks
If this property is False, no modifications are allowed and all related controls - including zone size, position, and attribute access - get disabled.
The default value for this property is True.
See Also