Manages the underlying engine-specific settings of this IOcrEngine.
public IOcrSettingManager SettingManager { get; }
ReadOnly Property SettingManager As Leadtools.Forms.Ocr.IOcrSettingManager
Leadtools.Forms.Ocr.IOcrSettingManager SettingManager {get;}
@property (nonatomic, strong, readonly) LTOcrSettingManager *settingManager
public OcrSettingManager getSettingManager()
get_SettingManager();
property Leadtools.Forms.Ocr.IOcrSettingManager^ SettingManager {
Leadtools.Forms.Ocr.IOcrSettingManager^ get();
}
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:
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.
For an example, refer to IOcrSettingManager.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET