EditorView.OnCharacterProperties Event |
Namespace: Kofax.OmniPageCSDK.ToolBoxes
This means that whenever the caret position changes, a CharacterProperties event is fired.
The Variant event parameter is an IPROCHARACTER structure which is defined as follows:
IPROCHARACTER
{
Left As Long
Top As Long
Width As Long
Height As Long
Code As Long
BaseLine As Long
Confidence As Long
FontSize As Long
Font As Long
Data As Long
Language As Long
Language2 As Long
ForeColor As Byte
BackColor As Byte
CertainWord As Boolean
}
For a detailed description please see the Character object properties in the IPRO documentation.
Note that beginning with version 15, the former side-by-side verification mode is no longer available. We recommend using the advanced TEC Verifier or the TEC Zone Validating Mode. If these verification methods are not appropriate, use this event in conjunction with the ImageView HighlightRect method to implement old style side-by-side verification.