←Select platform

GetSupportedSpellLanguages Method

Summary

Gets the languages supported by the current spell checker.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public string[] GetSupportedSpellLanguages() 
Function GetSupportedSpellLanguages() As String() 
string[] GetSupportedSpellLanguages() 
@property (nonatomic, copy, readonly) NSArray<NSNumber *> *supportedSpellLanguages 
public String[] getSupportedSpellLanguages() 
function Leadtools.Forms.Ocr.IOcrSpellCheckManager.GetSupportedSpellLanguages() 
array<String^>^ GetSupportedSpellLanguages();  

Remarks

This method returns the names of all the languages that is supported by a dictionary in the current spell checker.

The Professional OCR engine supports using one spell language at time, use SpellLanguage. The value you set in the SpellLanguage property must be one of the values returned by the GetSupportedSpellLanguages method (along with two special values). The available languages (dictionaries) depends on the current spell check engine set in SpellCheckEngine.

The Advantage OCR engine supports using multiple spell languages and the engine automatically loads the dictionaries based on the enabled language set in IOcrLanguageManager.

For more information about the spell checking system, refer to IOcrSpellCheckManager.

For more information about the format of language names, refer to IOcrLanguageManager.

Example

For an example, refer to IOcrSpellCheckManager.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Ocr Assembly