Gets or sets the current spell checker.
public OcrSpellCheckEngine SpellCheckEngine { get; set; }
Property SpellCheckEngine As Leadtools.Forms.Ocr.OcrSpellCheckEngine
Leadtools.Forms.Ocr.OcrSpellCheckEngine SpellCheckEngine {get; set;}
- (LTOcrSpellCheckEngine)spellCheckEngine
public String getSpellLanguage()
public void setSpellLanguage(String value)
<br/>get_SpellCheckEngine();<br/>set_SpellCheckEngine(value);<br/>Object.defineProperty('SpellCheckEngine');
property Leadtools.Forms.Ocr.OcrSpellCheckEngine SpellCheckEngine {
Leadtools.Forms.Ocr.OcrSpellCheckEngine get();
void set ( Leadtools.Forms.Ocr.OcrSpellCheckEngine );
}
An OcrSpellCheckEngine enumeration member that specifies the current spell checker. The default value is OcrSpellCheckEngine.Native.
Set the value of SpellCheckEngine to OcrSpellCheckEngine.None to globally disable any spell checking and correction during the recognition process.
Not all OCR engine types support all available spell check engines. Call GetSupportedSpellCheckEngines to get a list of all supported spell check engines by the particular IOcrEngine and IsSpellCheckEngineSupported to determine whether the specified spell checker is supported.
For more information on spell check engines support, refer to OcrSpellCheckEngine.
For an example, refer to IOcrSpellCheckManager.
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