Leadtools.Forms.Ocr Namespace > IOcrSpellCheckManager Interface : GetSupportedSpellCheckEngines Method |
OcrSpellCheckEngine[] GetSupportedSpellCheckEngines()
'Declaration Function GetSupportedSpellCheckEngines() As OcrSpellCheckEngine()
'Usage Dim instance As IOcrSpellCheckManager Dim value() As OcrSpellCheckEngine value = instance.GetSupportedSpellCheckEngines()
OcrSpellCheckEngine[] GetSupportedSpellCheckEngines()
function Leadtools.Forms.Ocr.IOcrSpellCheckManager.GetSupportedSpellCheckEngines()
array<OcrSpellCheckEngine>^ GetSupportedSpellCheckEngines();
To get and set the current spell checker, use SpellCheckEngine and to query if a certain spell checker is supported by this OCR engine, use IsSpellCheckEngineSupported.
For an example, refer to IOcrSpellCheckManager.