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; }<DispIdAttribute(111)>
<BindableAttribute(BindableSupport.Yes)>
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
Public Property ArrowsVisible As Boolean
Get
Set
public:
[DispIdAttribute(111)]
[BindableAttribute(BindableSupport::Yes)]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility::Hidden)]
property bool ArrowsVisible {
bool get ();
void set (bool value);
}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