The LanguageManager Property is available as an add-on to the LEADTOOLS Document and Medical Imaging toolkits.
Provides access to the language environment of the character sets used by this IOcrEngine.Visual Basic (Declaration) | |
---|---|
ReadOnly Property LanguageManager As IOcrLanguageManager |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As IOcrEngine Dim value As IOcrLanguageManager value = instance.LanguageManager |
C# | |
---|---|
IOcrLanguageManager LanguageManager {get;} |
C++/CLI | |
---|---|
property IOcrLanguageManager^ LanguageManager { IOcrLanguageManager^ get(); } |
Property Value
The instance of the IOcrLanguageManager object used to manage the language environment of the character sets.For an example, refer to IOcrLanguageManager.
The LanguageManager allows you to do the following:
- Query the languages supported by this OCR engine.
- Enable or disable specific language character sets from participating in the spell checking subsystem.
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.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7