Gets a value that determine whether a given spell language is supported by the current spell checker.
public bool IsSpellLanguageSupported(
string name
)
Function IsSpellLanguageSupported( _
ByVal name As String _
) As Boolean
bool IsSpellLanguageSupported(
string name
)
- (BOOL)isSpellLanguageSupported:(LTOcrLanguage)language
public boolean isSpellLanguageSupported(String name)
function Leadtools.Forms.Ocr.IOcrSpellCheckManager.IsSpellLanguageSupported(
name
)
bool IsSpellLanguageSupported(
String^ name
)
name
The language name. For more information about the format of language names, refer to IOcrLanguageManager.
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.
For more information about the spell checking system, refer to IOcrSpellCheckManager.
For an example, refer to IOcrSpellCheckManager.
IOcrSpellCheckManager Interface
GetSupportedSpellLanguages Method
Programming with the LEADTOOLS .NET OCR
Files to be Included with Your Application
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET