The SettingManager Property is available as an add-on to the LEADTOOLS Document and Medical Imaging toolkits.
Manages the underlying engine-specific settings of this IOcrEngine.Visual Basic (Declaration) | |
---|---|
ReadOnly Property SettingManager As IOcrSettingManager |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As IOcrEngine Dim value As IOcrSettingManager value = instance.SettingManager |
C# | |
---|---|
IOcrSettingManager SettingManager {get;} |
C++/CLI | |
---|---|
property IOcrSettingManager^ SettingManager { IOcrSettingManager^ get(); } |
Property Value
The instance of the IOcrSettingManager object used to manage the underlying OCR engine-specific settings of this IOcrEngine.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 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7