Click or drag to resize

UILanguages Class

This property returns the UILanguages collection, which enumerates the available Visual Toolbox User Interface languages.
Inheritance Hierarchy

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

The UILanguages type exposes the following members.

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

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

See Also