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