Click or drag to resize

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; }

Property Value

Type: TECFORMATS
Remarks
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