Click or drag to resize

EditorViewOnCharacterProperties Event

This event is fired to provide details about the character being focused.

Namespace:  Kofax.OmniPageCSDK.ToolBoxes
Assembly:  Kofax.OmniPageCSDK.ToolBoxes (in Kofax.OmniPageCSDK.ToolBoxes.dll) Version: 1.0.0.0
Syntax
public event EditorViewCharacterPropertiesHandler OnCharacterProperties

Value

Type: Kofax.OmniPageCSDK.ToolBoxesEditorViewCharacterPropertiesHandler
Remarks

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.

See Also