LEADTOOLS OCR (Leadtools.Forms.Ocr assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
SupportsEnablingMultipleLanguages Property
See Also 
Leadtools.Forms.Ocr Namespace > IOcrLanguageManager Interface : SupportsEnablingMultipleLanguages Property



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.

Syntax

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;}
C++/CLI 
property bool SupportsEnablingMultipleLanguages {
   bool get();
}

Property Value

True it this engine supports enabling multiple languages at the same time; otherwise it is false.

Example

For an example, refer to IOcrLanguageManager.

Remarks

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.

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also

SupportsEnablingMultipleLanguages requires an OCR module license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features