Click or drag to resize

VerticalDictionaries Class

The VerticalDictionaries collection is a sorted set of the available VerticalDictionary objects.
Inheritance Hierarchy
SystemObject
  OmniPageCSDK.IproPlusIproPlusClass
    OmniPageCSDK.IproPlusVerticalDictionaries

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

The VerticalDictionaries type exposes the following members.

Properties
  NameDescription
Public propertyCount
This property returns the number of VerticalDictionary objects contained by the collection.
Top
Methods
  NameDescription
Public methodDisableAll
This method disables all vertical dictionaries.
Public methodDispose
Releases all resources used by the VerticalDictionaries
Public methodEnableAll
This method enables using all available vertical dictionaries.
Public methodGetDocument
Returns the parent Document object.
Public methodGetEngine
Returns the Engine object.
Public methodGetEnumerator
Public methodGetItem
This property returns the requested VerticalDictionary object from the collection.
Top
See Also