EditorViewFormat Property
|
This property controls the formatting level for recognition result display.
Namespace:
Kofax.OmniPageCSDK.ToolBoxes
Assembly:
Kofax.OmniPageCSDK.ToolBoxes (in Kofax.OmniPageCSDK.ToolBoxes.dll) Version: 1.0.0.0
Syntax [DispIdAttribute(103)]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
[BindableAttribute(BindableSupport.Yes)]
public TECFORMATS Format { get; set; }
<DispIdAttribute(103)>
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
<BindableAttribute(BindableSupport.Yes)>
Public Property Format As TECFORMATS
Get
Set
public:
[DispIdAttribute(103)]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility::Hidden)]
[BindableAttribute(BindableSupport::Yes)]
property TECFORMATS Format {
TECFORMATS get ();
void set (TECFORMATS value);
}
Property Value
Type:
TECFORMATSRemarks
TEC can display True Page, Formatted Text (formerly Fonts and Paragraphs mode) or Plain Text layout. The default value for this property
is True Page. See the topic: Text Editor Control - Description.
See Also