Leadtools.Forms.Ocr Requires Document/Medical product license | Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
SetSpellCheckCallback Method
See Also 
Leadtools.Forms.Ocr Namespace > IOcrSpellCheckManager Interface : SetSpellCheckCallback Method



callback
The user defined spell checking callback. Or null (Nothing in Visual Basic) to turn off user defined spell checking.
callback
The user defined spell checking callback. Or null (Nothing in Visual Basic) to turn off user defined spell checking.
Sets the global user defined spell checking callback.

Syntax

Visual Basic (Declaration) 
Overridable Sub SetSpellCheckCallback( _
   ByVal callback As OcrSpellCheckCallback _
) 
Visual Basic (Usage)Copy Code
Dim instance As IOcrSpellCheckManager
Dim callback As OcrSpellCheckCallback
 
instance.SetSpellCheckCallback(callback)
C# 
virtual void SetSpellCheckCallback( 
   OcrSpellCheckCallback callback
)
C++/CLI 
virtual void SetSpellCheckCallback( 
   OcrSpellCheckCallback^ callback
) 

Parameters

callback
The user defined spell checking callback. Or null (Nothing in Visual Basic) to turn off user defined spell checking.

Example

For an example, refer to SetSpellCheckCallback.

Remarks

This callback should be used for zones where the accuracy of the recognition could be improved by providing the recognition module involved with additional checking information derived from the application.

For more information about the spell checking system, refer to IOcrSpellCheckManager.

Note: This method is not supported in the LEADTOOLS OCR Advantage Engine, any call to this method will have no effect.

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also

SetSpellCheckCallback requires an OCR module license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features