Click or drag to resize

ImageViewArrowsVisible Property

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

Namespace:  OmniPageCSDK.ToolBoxes
Assembly:  OmniPageCSDK.ToolBoxes (in OmniPageCSDK.ToolBoxes.dll) Version: 1.0.0.0
Syntax
[DispIdAttribute(111)]
[BindableAttribute(BindableSupport.Yes)]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
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