Click or drag to resize

UDItems Class

This property returns the UDItems collection of the UDSection object.
Inheritance Hierarchy

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

The UDItems type exposes the following members.

Properties
  NameDescription
Public propertyCount
This property returns the number of UDItem objects stored in the collection.
Public propertyNewIndex
This property returns the index of the UDItem object last added.
Top
Methods
  NameDescription
Public methodAdd
This method adds a new item to the collection.
Public methodDispose
Releases all resources used by the UDItems
Public methodGetEngine
Returns the Engine object.
Public methodGetEnumerator
Public methodGetItem
This property returns the requested UDItem object from the collection.
Public methodRemove
This method removes the specified item from the related section.
Public methodRemoveAll
This method removes all items from the collection.
Top
Remarks
The UDItems can either be string literals or regular expressions.
See Also