Leadtools.Forms.Ocr Namespace > IOcrLanguageManager Interface : SupportsEnablingMultipleLanguages Property |
bool SupportsEnablingMultipleLanguages {get;}
'Declaration ReadOnly Property SupportsEnablingMultipleLanguages As Boolean
'Usage Dim instance As IOcrLanguageManager Dim value As Boolean value = instance.SupportsEnablingMultipleLanguages
bool SupportsEnablingMultipleLanguages {get;}
@property (nonatomic, assign, readonly) BOOL supportsEnablingMultipleLanguages;
public boolean getSupportsEnablingMultipleLanguages()
get_SupportsEnablingMultipleLanguages();
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.
IOcrLanguageManager Interface
IOcrLanguageManager Members
IOcrLanguageManager Interface
GetSupportedLanguages Method
EnableLanguages Method
IsLanguageSupported Method
GetEnabledLanguages Method
IOcrEngine.Startup
IOcrEngine.IsStarted
IOcrEngine.Shutdown
OcrEngineManager Class
OcrEngineType Enumeration
Programming with the LEADTOOLS .NET OCR
Working with OCR Languages
OCR Languages and Spell Checking