Checks if a certain spell checker is supported this OCR engine.
public bool IsSpellCheckEngineSupported(
OcrSpellCheckEngine spellCheckEngine
)
Function IsSpellCheckEngineSupported( _
ByVal spellCheckEngine As Leadtools.Forms.Ocr.OcrSpellCheckEngine _
) As Boolean
bool IsSpellCheckEngineSupported(
Leadtools.Forms.Ocr.OcrSpellCheckEngine spellCheckEngine
)
- (BOOL)isSpellCheckEngineSupported:(LTOcrSpellCheckEngine)spellCheckEngine
public boolean isSpellCheckEngineSupported(OcrSpellCheckEngine spellCheckEngine)
function Leadtools.Forms.Ocr.IOcrSpellCheckManager.IsSpellCheckEngineSupported(
spellCheckEngine
)
bool IsSpellCheckEngineSupported(
Leadtools.Forms.Ocr.OcrSpellCheckEngine spellCheckEngine
)
spellCheckEngine
Spell checker type to query.
true if spellCheckEngine is supported by this OCR engine, otherwise; false.
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.
For an example, refer to IOcrSpellCheckManager.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET