Manages the spell checking subsystem.
public IOcrSpellCheckManager SpellCheckManager { get; }
ReadOnly Property SpellCheckManager As Leadtools.Forms.Ocr.IOcrSpellCheckManager
Leadtools.Forms.Ocr.IOcrSpellCheckManager SpellCheckManager {get;}
@property (nonatomic, strong, readonly) LTOcrSpellCheckManager *spellCheckManager
public OcrSpellCheckManager getSpellCheckManager()
get_SpellCheckManager();
property Leadtools.Forms.Ocr.IOcrSpellCheckManager^ SpellCheckManager {
Leadtools.Forms.Ocr.IOcrSpellCheckManager^ get();
}
The instance of the IOcrSpellCheckManager object used to manage the spell checking system.
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.
For an example, refer to IOcrSpellCheckManager.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET