Visual Basic (Declaration) | |
---|---|
Overridable ReadOnly Property SpellCheckManager As IOcrSpellCheckManager |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
virtual IOcrSpellCheckManager SpellCheckManager {get;} |
C++/CLI | |
---|---|
virtual property IOcrSpellCheckManager^ SpellCheckManager { IOcrSpellCheckManager^ get(); } |
Return Value
The instance of the IOcrSpellCheckManager object used to manage the spell checking system.For an example, refer to IOcrSpellCheckManager.
The spell checking system contains three parts:
The use of the language dictionary in spell checking. The user dictionary setting. User supplied callback for word verification.
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.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family