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 > IOcrEngine Interface : SpellCheckManager Property |
IOcrSpellCheckManager SpellCheckManager {get;}
'Declaration
ReadOnly Property SpellCheckManager As IOcrSpellCheckManager
'Usage
Dim instance As IOcrEngine Dim value As IOcrSpellCheckManager value = instance.SpellCheckManager
IOcrSpellCheckManager SpellCheckManager {get;}
@property (nonatomic, strong, readonly) LTOcrSpellCheckManager *spellCheckManager
public OcrSpellCheckManager getSpellCheckManager()
get_SpellCheckManager();
property IOcrSpellCheckManager^ SpellCheckManager { IOcrSpellCheckManager^ get(); }
The spell checking system contains three parts:
For more information, refer to IOcrSpellCheckManager.
You must call the Startup method before you can use the SpellCheckManager.
Note: The SpellCheckManager state is also saved when the engine settings are saved. For more information, refer to IOcrSettingManager.