ImageGear .NET
ImGearRecCheckWordEventHandler Delegate




Event sender object.
ImGearRecProgressEventArgs value.
Event handler for the CheckWord property event.
Syntax
'Declaration
 
<ObsoleteAttribute("This delegate is deprecated and will be removed from the public API in a future release.")>
Public Delegate Sub ImGearRecCheckWordEventHandler( _
   ByVal sender As Object, _
   ByVal e As ImGearRecCheckWordEventArgs _
) 
'Usage
 
Dim instance As New ImGearRecCheckWordEventHandler(AddressOf HandlerMethod)
[Obsolete("This delegate is deprecated and will be removed from the public API in a future release.")]
public delegate void ImGearRecCheckWordEventHandler( 
   object sender,
   ImGearRecCheckWordEventArgs e
)
[Obsolete("This delegate is deprecated and will be removed from the public API in a future release.")]
public: __gc __delegate void ImGearRecCheckWordEventHandler( 
   Object* sender,
   ImGearRecCheckWordEventArgs* e
)
[Obsolete("This delegate is deprecated and will be removed from the public API in a future release.")]
public delegate void ImGearRecCheckWordEventHandler( 
   Object^ sender,
   ImGearRecCheckWordEventArgs^ e
)

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

 

 


©2017. Accusoft Corporation. All Rights Reserved.

Send Feedback