Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.9
|
Leadtools.Forms.Ocr Assembly > Leadtools.Forms.Ocr Namespace > IOcrSpellCheckManager Interface : IsSpellCheckEngineSupported Method |
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 )
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.