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



The GetSupportedSpellLanguages Method is available as an add-on to the LEADTOOLS Document and Medical Imaging toolkits.

Gets the spell languages supported by the engine.

Syntax

Visual Basic (Declaration) 
Function GetSupportedSpellLanguages() As String()
Visual Basic (Usage)Copy Code
Dim instance As IOcrSpellCheckManager
Dim value() As String
 
value = instance.GetSupportedSpellLanguages()
C# 
string[] GetSupportedSpellLanguages()
C++/CLI 
array<String^>^ GetSupportedSpellLanguages(); 

Example

For an example, refer to IOcrSpellCheckManager.

Remarks

This method returns the names of all the languages that support a language dictionary.

To get or set the current spell language, 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).

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

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

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

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