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.