Click or drag to resize

SpellLanguages Class

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.
Inheritance Hierarchy

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

The SpellLanguages type exposes the following members.

Properties
  NameDescription
Public propertyCount
This property returns the number of SpellLanguage objects contained by the collection.
Top
Methods
  NameDescription
Public methodDispose
Releases all resources used by the SpellLanguages
Public methodGetEngine
Returns the Engine object.
Public methodGetEnumerator
Public methodGetItem
This property returns the requested SpellLanguage object from the collection.
Top
Remarks

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

See Also