Click or drag to resize

SpellLanguageID Property

This property is to identify each spelling language.

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

Property Value

Type: LANGUAGES
Remarks

The possible values are the subset of the LANGUAGES enum. The valid values are listed below:

Value Meaning
LANG_ENG English spelling language selection.
LANG_GER German spelling language selection.
LANG_FRE French spelling language selection.
LANG_DUT Dutch spelling language selection.
LANG_NOR Norwegian spelling language selection.
LANG_SWE Swedish spelling language selection.
LANG_FIN Finnish spelling language selection.
LANG_DAN Danish spelling language selection.
LANG_POR Portuguese spelling language selection.
LANG_SPA Spanish spelling language selection.
LANG_CAT Catalan spelling language selection.
LANG_ITA Italian spelling language selection.
LANG_GRE Greek spelling language selection.
LANG_POL Polish spelling language selection.
LANG_CZH Czech spelling language selection.
LANG_HUN Hungarian spelling language selection.
LANG_RUS Russian (Cyrillic) spelling language selection.
LANG_SLN Slovenian spelling language selection.
LANG_ESP Esperanto language selection.
LANG_BRA Brazilian Portuguese language selection.
LANG_TUR Turkish language selection.

When set SpellLanguage property of the Document to LANG_NO, spell checking is disabled.

When set SpellLanguage property of the Document to LANG_AUTO, the spelling language is automatically selected for the Document as follows (assuming that both the Check and Correction properties are enabled):

  • If only one language has been selected for the Language environment, that language will be chosen for spelling language.
  • If the language selection contains two or more languages, then the first available Language dictionary will be set as the spelling language of the spell checking.
  • If the language selection for recognition is empty, then there will be no spell checking.

See Also