Click or drag to resize

EditorViewLearntCharColor Property

This property controls the font color of trained characters in the TEC control.

Namespace:  Kofax.OmniPageCSDK.ToolBoxes
Assembly:  Kofax.OmniPageCSDK.ToolBoxes (in Kofax.OmniPageCSDK.ToolBoxes.dll) Version: 1.0.0.0
Syntax
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
[BindableAttribute(BindableSupport.Yes)]
[DispIdAttribute(127)]
public Color LearntCharColor { get; set; }

Property Value

Type: Color
Remarks
A trained character is one that was recognized incorrectly, but has been taught and corrected using the training feature. To learn more about the training capabilities, see the Training section in the Terms chapter. The default value of this property is blue. This coloring, along with those for suspect and reject characters and suspect and non-dictionary words are not exported to target applications. This is in contrast to text marking (highlighting, strikeout, redaction) which is exported, providing the formatting level and target application support the feature.
See Also