Error processing SSI file
LEADTOOLS OCR (Leadtools.Forms.Ocr assembly)

Show in webframe

IsSpellCheckEngineSupported Method








Spell checker type to query.
Checks if a certain spell checker is supported this OCR engine.
Syntax
bool IsSpellCheckEngineSupported( 
   OcrSpellCheckEngine spellCheckEngine
)
'Declaration
 
Function IsSpellCheckEngineSupported( _
   ByVal spellCheckEngine As OcrSpellCheckEngine _
) As Boolean
'Usage
 
Dim instance As IOcrSpellCheckManager
Dim spellCheckEngine As OcrSpellCheckEngine
Dim value As Boolean
 
value = instance.IsSpellCheckEngineSupported(spellCheckEngine)
bool IsSpellCheckEngineSupported( 
   OcrSpellCheckEngine spellCheckEngine
)
- (BOOL)isSpellCheckEngineSupported:(LTOcrSpellCheckEngine)spellCheckEngine
public boolean isSpellCheckEngineSupported(OcrSpellCheckEngine spellCheckEngine)
function Leadtools.Forms.Ocr.IOcrSpellCheckManager.IsSpellCheckEngineSupported( 
   spellCheckEngine 
)
bool IsSpellCheckEngineSupported( 
   OcrSpellCheckEngine spellCheckEngine
) 

Parameters

spellCheckEngine
Spell checker type to query.

Return Value

true if spellCheckEngine is supported by this OCR engine, otherwise; false.
Remarks

To get and set the current spell checker, use SpellCheckEngine and to query the list of spell checkers supported by this OCR engine, use GetSupportedSpellCheckEngines.

Example

For an example, refer to IOcrSpellCheckManager.

Requirements

Target Platforms

See Also

Reference

IOcrSpellCheckManager Interface
IOcrSpellCheckManager Members
Programming with the LEADTOOLS .NET OCR
OCR Languages and Spell Checking

Error processing SSI file
Leadtools.Forms.Ocr requires a Recognition or Document Imaging Suite license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features