Click or drag to resize

EditorView Properties

The EditorView type exposes the following members.

Properties
  NameDescription
Public propertyActiveZone
This property controls the current zone index when the control is in Zone Validating Mode.
Public propertyBorderVisible
This property controls whether a thin 3D border will be displayed around the control or not.
Public propertyCharacterMapVisible
This property controls whether or not the character map is displayed.
Public propertyCustomMenuVisible
Use this function to programmatically configure the custom menu visibility.
Public propertyCustomToolbarVisible
Use this function to programmatically configure the custom toolbar visibility.
Public propertyCustomTooltips
Use this property to update a number of custom toolbar button related tooltip texts if you wish to replace the default values.
Public propertyDefaultMenuVisible
Use this function to programmatically configure the default menu visibility.
Public propertyEnableIntelliTrain
This property controls whether the IntelliTrain mode is enabled or not.
Public propertyEnableNondictWordMarking
This property controls whether the non-dictionary word marking (red wavy underline) is enabled or not.
Public propertyEnablePrintDialog
This property controls whether the Print dialog is displayed or not when the PrintText method is invoked.
Public propertyEnableProofReadDoneDialog
This property controls whether the proofread done dialog is displayed or not.
Public propertyEnableRedactDocumentDialog
This property controls whether the redact document dialog is displayed or not.
Public propertyEnableVerifier
This property controls whether displaying the Verifier is enabled or not.
Public propertyEnableWordWrap
This property controls whether word wrapping is enabled or not.
Public propertyFormArrangementToolbarVisible
This property controls whether the form object arrangement toolbar is displayed or not.
Public propertyFormat
This property controls the formatting level for recognition result display.
Public propertyFormattingToolbarVisible
This property controls whether the text formatting toolbar is displayed or not.
Public propertyFormDrawingToolbarVisible
This property controls whether the Form object drawing toolbar is displayed or not.
Public propertyHeaderFooterVisible
This property controls whether headers and footers are displayed by the control or not.
Public propertyHighlightFillableFields
This property controls whether fill-able form fields are highlighted or not.
Public propertyLargeToolbarButtons
This property controls using large icons on toolbars.
Public propertyLearntCharColor
This property controls the font color of trained characters in the TEC control.
Public propertyMarkersVisible
This property controls whether markers related to recognition, training and proofing are displayed or not.
Public propertyMarkTextToolbarVisible
This property toggles text marking specific combos (highlight, strikeout, etc.) on the toolbar.
Public propertyMaxScrollX
This property controls the editor menu X coordinate.
Public propertyMaxScrollY
This property controls the editor menu Y coordinate.
Public propertyMeasurement
This property controls which measurement unit is used when displaying or specifying measurement units on the UI or on particular dialog boxes.
Public propertyMissingCharColor
This property controls the color of the missing character highlights.
Public propertyNondictWordColor
This color controls the color of the non-dictionary word marking.
Public propertyNonPrintingCharsVisible
This property controls whether the non-printing, control characters - like new line, tabs and spacing dots - are displayed or not.
Public propertyProofingBarVisible
This property controls whether the dock-able editor proofing bar is displayed or not.
Public propertyProofStopOn
This property controls the "proof stop on" condition.
Public propertyReadingOrderVisible
This property controls whether the zone reading order is displayed by the control or not.
Public propertyReadOnly
This property controls whether the control is in read-only mode or not.
Public propertyRejectCharColor
This property controls the font color of the reject character.
Public propertyRulerVisible
This property controls whether the ruler bar is displayed or not.
Public propertyScrollX
This property scrolls to the given X coordinate.
Public propertyScrollY
This property scrolls to the given Y coordinate.
Public propertySelAlignment
This property sets or returns the text alignment for the current selection.
Public propertySelBkColor
This property sets the selection background color.
Public propertySelBold
This property controls whether all the selected characters are bold or not.
Public propertySelBullet
This property controls whether the current selection is bulleted or not.
Public propertySelColor
This property sets or returns the font color for the current selection.
Public propertySelFontName
This property sets or returns the font for the current selection.
Public propertySelFontSize
This property sets or returns the font size for the current selection.
Public propertySelHangingIndent
This property sets or returns the hanging text indent for the current selection.
Public propertySelItalic
This property controls whether all the selected characters are italic or not.
Public propertySelLeftIndent
This property sets or returns the left text indent for the current selection.
Public propertySelLength
This property controls the length (number of characters) of the current selection.
Public propertySelNumbering
This property controls whether the current selection is numbered or not.
Public propertySelRightIndent
This property sets or returns the right text indent for the current selection.
Public propertySelStart
This property controls the character index of the first character in the current selection.
Public propertySelStrikeThru
This property controls whether all the selected characters are struck through or not.
Public propertySelSubscript
This property controls whether all the selected characters are subscripted or not.
Public propertySelSuperscript
This property controls whether all the selected characters are superscripted or not.
Public propertySelText
This property returns the currently selected character string.
Public propertySelUnderline
This property controls whether all the underlined characters are bold or not.
Public propertyShortcutKeysInToolTipsVisible
Use this function to programmatically configure the shortcut key visibility in tooltips.
Public propertySpeechAvailable
This property controls whether text reading is supported or not.
Public propertySuspectCharColor
This property controls the color of the suspect character highlights.
Public propertySuspectCharConfidenceThreshold
This parameter controls how much suspect markup (yellow highlight) will appear in the editor.
Public propertySuspectWordColor
This property controls the color of the suspect word wavy underlining.
Public propertyText
This property returns the plain text currently displayed by the TEC.
Public propertyTextLength
This property returns the length of the text (the number of characters) on the current page; it can be queried using the Text property.
Public propertyToolTipsVisible
Use this function to programmatically configure the tooltip visibility on toolbar buttons.
Public propertyVerifierDynamic
This property controls the Verifier mode.
Public propertyVerifierVisible
This property controls whether the Verifier is visible or not.
Public propertyZoneText
This property sets or returns the text associated with the current zone.
Public propertyZoneValidationMode
This property turns on or off the zone validation mode.
Public propertyZoom
This property controls the zoom. The value can be a TECSPECZOOMFACTORS value, or a certain zoom factor expressed in percentages.
Top
See Also