![]() |
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 : GetSupportedSpellCheckEngines Method |
OcrSpellCheckEngine[] GetSupportedSpellCheckEngines()
'Declaration
Function GetSupportedSpellCheckEngines() As OcrSpellCheckEngine()
'Usage
Dim instance As IOcrSpellCheckManager Dim value() As OcrSpellCheckEngine value = instance.GetSupportedSpellCheckEngines()
OcrSpellCheckEngine[] GetSupportedSpellCheckEngines()
@property (nonatomic, copy, readonly) NSArray<NSNumber *> *supportedSpellCheckEngines
public 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.