The IsSpellLanguageSupported Method is available as an add-on to the LEADTOOLS Document and Medical Imaging toolkits.
- name
- The language name. For more information about the format of language names, refer to IOcrLanguageManager.
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As IOcrSpellCheckManager Dim name As String Dim value As Boolean value = instance.IsSpellLanguageSupported(name) |
Parameters
- name
- The language name. For more information about the format of language names, refer to IOcrLanguageManager.
Return Value
True if this language can be used as the spell language; otherwise it is false.You can get the names of all the spell languages supported by the engine with the GetSupportedSpellLanguages method.
You can get or set the current spell language in the engine with the SpellLanguage property. The value you pass to SpellLanguage must be one of the values reported to be supported by the engine.
For more information about the spell checking system, refer to IOcrSpellCheckManager.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
Reference
IOcrSpellCheckManager InterfaceIOcrSpellCheckManager Members
SpellLanguage Property
GetSupportedSpellLanguages Method
IOcrLanguageManager Interface
Programming with Leadtools .NET OCR
Files to be Included with Your Application
OCR Spell Language Dictionaries
OCR Languages and Spell Checking