Click or drag to resize

SpellLanguage Class

Use this property to get or set the spelling language for document level spell checking.
Inheritance Hierarchy

Namespace:  Kofax.OmniPageCSDK.IproPlus
Assembly:  Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntax
public class SpellLanguage : IproPlusClass, 
	IDisposable

The SpellLanguage type exposes the following members.

Properties
  NameDescription
Public propertyID
This property is to identify each spelling language.
Top
Methods
  NameDescription
Public methodDispose
Releases all resources used by the SpellLanguage
Public methodGetEngine
Returns the Engine object.
Top
Remarks

The available spell languages can be enumerated using the Engine object's SpellLanguages collection. The possible LANGUAGES values are documented under the LANGUAGES Enumeration topic.

The default value for this property is LANG_AUTO.

If any spell languages are enabled, their usage can still be disabled at the zone level using the DisableSpellLangDict property of the UserZone object. The Recognize method of the Document or Page objects uses this setting.

Changing this property will set the Modified property to True.

See Also