Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.9
|
Leadtools.Forms.Ocr Assembly > Leadtools.Forms.Ocr Namespace > IOcrEngine Interface : SettingManager Property |
IOcrSettingManager SettingManager {get;}
'Declaration
ReadOnly Property SettingManager As IOcrSettingManager
'Usage
Dim instance As IOcrEngine Dim value As IOcrSettingManager value = instance.SettingManager
IOcrSettingManager SettingManager {get;}
@property (nonatomic, strong, readonly) LTOcrSettingManager *settingManager
public OcrSettingManager getSettingManager()
get_SettingManager();
property IOcrSettingManager^ SettingManager { IOcrSettingManager^ get(); }
The SettingManager allows you to do the following:
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.