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
Syntaxpublic event EditorViewPopupRectHandler OnPopupRect
Public Event OnPopupRect As EditorViewPopupRectHandler
public:
event EditorViewPopupRectHandler^ OnPopupRect {
void add (EditorViewPopupRectHandler^ value);
void remove (EditorViewPopupRectHandler^ value);
}
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