←Select platform

SpellCheckManager Property

Summary

Manages the spell checking subsystem.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public IOcrSpellCheckManager SpellCheckManager { get; } 
ReadOnly Property SpellCheckManager As Leadtools.Forms.Ocr.IOcrSpellCheckManager 
@property (nonatomic, strong, readonly) LTOcrSpellCheckManager *spellCheckManager 
public OcrSpellCheckManager getSpellCheckManager() 
get_SpellCheckManager();  

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Ocr Assembly