←Select platform

IsSpellCheckEngineSupported Method

Summary

Checks if a certain spell checker is supported this OCR engine.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
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 
)  

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Ocr Assembly