Click or drag to resize

EditorViewOnPopupRect Event

This event is fired whenever the popup verifier becomes displayed.

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

Value

Type: Kofax.OmniPageCSDK.ToolBoxesEditorViewPopupRectHandler
Remarks
The popup verifier can be displayed either programmatically or as a result of some user interaction with the editor - e.g. double clicking a recognized word will automatically display the popup verifier according to the current settings.
See Also