Click or drag to resize

ImageViewRecommendedZoneVisible Property

This property controls whether the zone advisor is turned on or not.

Namespace:  Kofax.OmniPageCSDK.ToolBoxes
Assembly:  Kofax.OmniPageCSDK.ToolBoxes (in Kofax.OmniPageCSDK.ToolBoxes.dll) Version: 1.0.0.0
Syntax
[DispIdAttribute(108)]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
[BindableAttribute(BindableSupport.Yes)]
public bool RecommendedZoneVisible { get; set; }

Property Value

Type: Boolean
Remarks
When this flag is set, and the zone selector tool (arrow) is active, the image is analyzed for possible zones in the background. If a possible zone is found below the current mouse pointer position, the particular image area gets highlighted to indicate zone type and position. While the candidate zone is displayed, double clicking will create the highlighted zone automatically. The default value for this property is True.
See Also