Click or drag to resize

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

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