ImageViewEnableZoneCreating Property
|
This property controls whether creating a new zone is allowed in the ImageView or not.
Namespace:
Kofax.OmniPageCSDK.ToolBoxes
Assembly:
Kofax.OmniPageCSDK.ToolBoxes (in Kofax.OmniPageCSDK.ToolBoxes.dll) Version: 1.0.0.0
Syntax[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
[BindableAttribute(BindableSupport.Yes)]
[DispIdAttribute(109)]
public bool EnableZoneCreating { get; set; }
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
<BindableAttribute(BindableSupport.Yes)>
<DispIdAttribute(109)>
Public Property EnableZoneCreating As Boolean
Get
Set
public:
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility::Hidden)]
[BindableAttribute(BindableSupport::Yes)]
[DispIdAttribute(109)]
property bool EnableZoneCreating {
bool get ();
void set (bool value);
}
Property Value
Type:
Boolean
Remarks
If this property is False, all zone creating functionality is disabled and no zones can be added using ImageView. The default value for this property is True.
See Also