Visual Basic (Declaration) | |
---|---|
Overridable ReadOnly Property SupportsEnablingMultipleLanguages As Boolean |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
virtual bool SupportsEnablingMultipleLanguages {get;} |
Return Value
True it this engine supports enabling multiple languages at the same time; otherwise it is false.For an example, refer to IOcrLanguageManager.
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 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
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