Visual Basic (Declaration) | |
---|---|
Overridable ReadOnly Property SettingManager As IOcrSettingManager |
Visual Basic (Usage) | Copy Code |
---|---|
|
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.For an example, refer to IOcrSettingManager.
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.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family