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 : LanguageManager Property |
IOcrLanguageManager LanguageManager {get;}
'Declaration
ReadOnly Property LanguageManager As IOcrLanguageManager
'Usage
Dim instance As IOcrEngine Dim value As IOcrLanguageManager value = instance.LanguageManager
IOcrLanguageManager LanguageManager {get;}
@property (nonatomic, strong, readonly) LTOcrLanguageManager *languageManager
public OcrLanguageManager getLanguageManager()
get_LanguageManager();
property IOcrLanguageManager^ LanguageManager { IOcrLanguageManager^ get(); }
The LanguageManager allows you to do the following:
For more information, refer to IOcrLanguageManager.
You must call the Startup method before you can use the LanguageManager.
Note: The LanguageManager state is also saved when the engine settings are saved. For more information, refer to IOcrSettingManager.