ImageGear .NET v24.14 - Updated September 15, 2020
ImGearRecCheckWordEventHandler Delegate




ImageGear24.Recognition Assembly > ImageGear.Recognition Namespace : ImGearRecCheckWordEventHandler Delegate
Event sender object.
ImGearRecProgressEventArgs value.
Event handler for the CheckWord property event.
Syntax
'Declaration
 
Public Delegate Sub ImGearRecCheckWordEventHandler( _
   ByVal sender As Object, _
   ByVal e As ImGearRecCheckWordEventArgs _
) 
 
'Usage
 
Dim instance As New ImGearRecCheckWordEventHandler(AddressOf HandlerMethod)

Parameters

sender
Event sender object.
e
ImGearRecProgressEventArgs value.
Remarks
The application should implement this event handler for zones where recognition accuracy should be improved by additional checking provided by the application or by the end user.
See Also

Reference

ImGearRecCheckWordEventHandler Members
ImageGear.Recognition Namespace
ImGearRecCheckWordEventArgs Class