Leadtools.Forms.Ocr Requires Document/Medical product license | Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
SettingManager Property
See Also 
Leadtools.Forms.Ocr Namespace > IOcrEngine Interface : SettingManager Property



Manages the underlying engine-specific settings of this IOcrEngine.

Syntax

Visual Basic (Declaration) 
Overridable ReadOnly Property SettingManager As IOcrSettingManager
Visual Basic (Usage)Copy Code
Dim instance As IOcrEngine
Dim value As IOcrSettingManager
 
value = instance.SettingManager
C# 
virtual IOcrSettingManager SettingManager {get;}
C++/CLI 
virtual property IOcrSettingManager^ SettingManager {
   IOcrSettingManager^ get();
}

Return Value

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

Example

For an example, refer to IOcrSettingManager.

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.

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also

SettingManager requires an OCR module license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features