Click or drag to resize

UILanguages Class

The UILanguages collection is a sorted set of the available UILanguage objects.
Inheritance Hierarchy
SystemObject
  OmniPageCSDK.IproPlusIproPlusClass
    OmniPageCSDK.IproPlusUILanguages

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

Each member item represents an available Visual Toolbox User Interface language. Through its properties, the UILanguages collection enables you to retrieve information about the available User Interface languages. This property primarily controls the Visual Toolbox UI language, but it also sets the IPRO-related UI language for the ScannerWizard.

See Also