←Select platform

SpellCheckManager Property

Summary
Manages the spell checking subsystem.
Syntax
C#
VB
Objective-C
C++
Java
public IOcrSpellCheckManager SpellCheckManager { get; } 
ReadOnly Property SpellCheckManager As IOcrSpellCheckManager 
@property (nonatomic, strong, readonly) LTOcrSpellCheckManager *spellCheckManager 
public OcrSpellCheckManager getSpellCheckManager() 
property IOcrSpellCheckManager^ SpellCheckManager { 
   IOcrSpellCheckManager^ get(); 
} 

Property Value

The instance of the IOcrSpellCheckManager object used to manage the spell checking system.

Remarks

The spell checking system contains three parts:

  1. The use of the language dictionary in spell checking.
  2. The user dictionary setting.

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.

Example

For an example, refer to IOcrSpellCheckManager.

Requirements

Target Platforms

Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Ocr Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.