Engine.GetSpellLanguages 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
Syntaxpublic void GetSpellLanguages(
out SpellLanguages SpellLanguages
)
Public Sub GetSpellLanguages (
<OutAttribute> ByRef SpellLanguages As SpellLanguages
)
public:
void GetSpellLanguages(
[OutAttribute] SpellLanguages^% SpellLanguages
)
Parameters
- SpellLanguages
- Type: Kofax.OmniPageCSDK.IproPlus.SpellLanguages
Remarks
If the Engine is not initialized, accessing this property raises a trappable error.
See Also