Error processing SSI file
LEADTOOLS OCR (Leadtools.Forms.Ocr assembly)

Show in webframe

SpellCheckEngine Property








Gets or sets the current spell checker.
Syntax
OcrSpellCheckEngine SpellCheckEngine {get; set;}
'Declaration
 
Property SpellCheckEngine As OcrSpellCheckEngine
'Usage
 
Dim instance As IOcrSpellCheckManager
Dim value As OcrSpellCheckEngine
 
instance.SpellCheckEngine = value
 
value = instance.SpellCheckEngine
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 OcrSpellCheckEngine SpellCheckEngine {
   OcrSpellCheckEngine get();
   void set (    OcrSpellCheckEngine value);
}

Property Value

An OcrSpellCheckEngine enumeration member that specifies the current spell checker. The default value is OcrSpellCheckEngine.Native.
Remarks

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.

Example

For an example, refer to IOcrSpellCheckManager.

Requirements

Target Platforms

See Also

Reference

IOcrSpellCheckManager Interface
IOcrSpellCheckManager Members
Programming with the LEADTOOLS .NET OCR
OCR Languages and Spell Checking

Error processing SSI file
Leadtools.Forms.Ocr requires a Recognition or Document Imaging Suite license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features