Click or drag to resize

ImageViewArrowsVisible Property

Set this property to true to display the zone order arrows.

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

Property Value

Type: Boolean
Remarks
When this property is true, the logical zone order will be visualized with a set of arrows. Note that changing the zone order will take effect only when exporting the recognition result by a converter set to the Formatted Text formatting level (formerly Retain Fonts and Paragraphs mode). The default value for this property is False.
See Also