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 )
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.