EditorView.OnPopupRect 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
Syntaxpublic event EditorView.PopupRectHandler OnPopupRect
Public Event OnPopupRect As EditorView.PopupRectHandler
public:
event EditorView.PopupRectHandler^ OnPopupRect {
void add (EditorView.PopupRectHandler^ value);
void remove (EditorView.PopupRectHandler^ value);
}
Value
Type:
Kofax.OmniPageCSDK.ToolBoxes.EditorView.PopupRectHandler
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