The SupportsEnablingMultipleLanguages Property is available as an add-on to the LEADTOOLS Document and Medical Imaging toolkits.
Gets a value to indicate whether this engine supports enabling multiple languages at the same time.Visual Basic (Declaration) | |
---|---|
ReadOnly Property SupportsEnablingMultipleLanguages As Boolean |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As IOcrLanguageManager Dim value As Boolean value = instance.SupportsEnablingMultipleLanguages |
C# | |
---|---|
bool SupportsEnablingMultipleLanguages {get;} |
Property Value
True it this engine supports enabling multiple languages at the same time; otherwise it is false.Some of the OCR engines supported by LEADTOOLS do not allow enabling more than one engine at a time. To check if the OCR engine supports more than one language, you must first check the value of the SupportsEnablingMultipleLanguages property. If the value of this property is false, then only the first item in the array passed to EnableLanguages will be used.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
Reference
IOcrLanguageManager InterfaceIOcrLanguageManager Members
IOcrLanguageManager Interface
GetSupportedLanguages Method
EnableLanguages Method
IsLanguageSupported Method
GetEnabledLanguages Method
OcrLanguageGroup Enumeration
IOcrEngine.Startup
IOcrEngine.IsStarted
IOcrEngine.Shutdown
OcrEngineManager Class
OcrEngineType Enumeration
Programming with Leadtools .NET OCR
Working with OCR Languages
OCR Languages and Spell Checking