Click or drag to resize

EngineGetSpellLanguages Method

This property returns the SpellLanguages collection, which enumerates the Spelling languages available in the current engine configuration, i.e. those for which a Language dictionary is installed and present in the engine binary directory.

Namespace:  Kofax.OmniPageCSDK.IproPlus
Assembly:  Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntax
public void GetSpellLanguages(
	out SpellLanguages SpellLanguages
)

Parameters

SpellLanguages
Type: Kofax.OmniPageCSDK.IproPlusSpellLanguages
Remarks

If the Engine is not initialized, accessing this property raises a trappable error.

See Also