Click or drag to resize

DocumentSpellLanguage Property

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

Namespace:  Kofax.OmniPageCSDK.IproPlus
Assembly:  Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntax
public LANGUAGES SpellLanguage { get; set; }

Property Value

Type: LANGUAGES
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