Leadtools.Forms.Ocr Requires Document/Medical product license | Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
SupportsEnablingMultipleLanguages Property
See Also 
Leadtools.Forms.Ocr Namespace > IOcrLanguageManager Interface : SupportsEnablingMultipleLanguages Property



Gets a value to indicate whether this engine supports enabling multiple languages at the same time.

Syntax

Visual Basic (Declaration) 
Overridable ReadOnly Property SupportsEnablingMultipleLanguages As Boolean
Visual Basic (Usage)Copy Code
Dim instance As IOcrLanguageManager
Dim value As Boolean
 
value = instance.SupportsEnablingMultipleLanguages
C# 
virtual bool SupportsEnablingMultipleLanguages {get;}
C++/CLI 
virtual property bool SupportsEnablingMultipleLanguages {
   bool get();
}

Return 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 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also

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