←Select platform

IsSpellCheckEngineSupported Method

Summary
Checks if a certain spell checker is supported this OCR engine.
Syntax
C#
VB
Objective-C
C++
Java
public bool IsSpellCheckEngineSupported( 
   OcrSpellCheckEngine spellCheckEngine 
) 
Function IsSpellCheckEngineSupported( _ 
   ByVal spellCheckEngine As OcrSpellCheckEngine _ 
) As Boolean 
- (BOOL)isSpellCheckEngineSupported:(LTOcrSpellCheckEngine)spellCheckEngine 
public boolean isSpellCheckEngineSupported(OcrSpellCheckEngine 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

Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Ocr Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.