←Select platform

SettingManager Property

Summary

Manages the underlying engine-specific settings of this IOcrEngine.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public IOcrSettingManager SettingManager { get; } 
ReadOnly Property SettingManager As Leadtools.Forms.Ocr.IOcrSettingManager 
@property (nonatomic, strong, readonly) LTOcrSettingManager *settingManager 
public OcrSettingManager getSettingManager() 
get_SettingManager();  

Property Value

The instance of the IOcrSettingManager object used to manage the underlying OCR engine-specific settings of this IOcrEngine.

Remarks

The SettingManager allows you to do the following:

  • Get and set the underlying engine-specific settings. IOcrEngine is a wrapper for different OCR engines, these engines contain additional features and functionalities specific to the current engine that can be queried and updated using the IOcrSettingManager interface.
  • Load and save the engine settings. Once you set up the OCR engine you can re-use these settings by saving the engine state into memory or to an XML file on disk. You can later reload these settings and use them in the same or a different instance of IOcrEngine.

For more information, refer to IOcrSettingManager.

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

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

For a list of supported engine-specific settings and their meanings, refer to OCR engine-specific Settings.

Example

For an example, refer to IOcrSettingManager.

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