Click or drag to resize

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; }

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