Click or drag to resize

SpellLanguages Class

The SpellLanguages collection is a sorted set of SpellLanguage objects, where each item represents an available spelling language (i.e. one with a Language dictionary available in the current engine configuration).
Inheritance Hierarchy
SystemObject
  OmniPageCSDK.IproPlusIproPlusClass
    OmniPageCSDK.IproPlusSpellLanguages

Namespace:  OmniPageCSDK.IproPlus
Assembly:  OmniPageCSDK.IproPlus (in 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
See Also