Click or drag to resize

UDSections Class

This property returns the UDSections collection of the active user dictionary.
Inheritance Hierarchy

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

The UDSections type exposes the following members.

Properties
  NameDescription
Public propertyCount
This property returns the number of UDSection objects located in the collection.
Top
Methods
  NameDescription
Public methodAdd
This method adds a new section to the active user dictionary.
Public methodDispose
Releases all resources used by the UDSections
Public methodGetEngine
Returns the Engine object.
Public methodGetEnumerator
Public methodGetItem
This property returns the requested UDSection object from the collection.
Public methodRemove
This method will delete the specified UDSection from the user dictionary together with all its words and other content.
Public methodRemoveAll
This method deletes all sections from the active user dictionary.
Top
See Also