- name
- The language name. For more information about the format of language names, refer to IOcrLanguageManager.
Visual Basic (Declaration) | |
---|---|
Overridable Function IsSpellLanguageSupported( _ ByVal name As String _ ) As Boolean |
Visual Basic (Usage) | Copy Code |
---|---|
|
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.For an example, refer to IOcrSpellCheckManager.
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 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
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