←Select platform

LanguageManager Property

Summary

Provides access to the language environment of the character sets used by this IOcrEngine.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public IOcrLanguageManager LanguageManager { get; } 
ReadOnly Property LanguageManager As Leadtools.Forms.Ocr.IOcrLanguageManager 
@property (nonatomic, strong, readonly) LTOcrLanguageManager *languageManager 
public OcrLanguageManager getLanguageManager() 
get_LanguageManager();  

Property Value

The instance of the IOcrLanguageManager object used to manage the language environment of the character sets.

Remarks

The LanguageManager allows you to do the following:

  • Query the languages supported by this OCR engine.
  • Enable or disable specific language character sets from participating in the spell checking subsystem.

For more information, refer to IOcrLanguageManager.

You must call the Startup method before you can use the LanguageManager.

Note: The LanguageManager state is also saved when the engine settings are saved. For more information, refer to IOcrSettingManager.

Example

For an example, refer to IOcrLanguageManager.

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