The UDItem object contains information about a specific item associated with a particular User Dictionary. See
UDSection.
Inheritance Hierarchy
Namespace:
Kofax.OmniPageCSDK.IproPlus
Assembly:
Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntaxpublic class UDItem : IproPlusClass, IDisposable
Public Class UDItem
Inherits IproPlusClass
Implements IDisposable
public ref class UDItem : public IproPlusClass,
IDisposable
The UDItem type exposes the following members.
Properties
| Name | Description |
---|
 | Attribute |
This property returns the attributes of the item.
|
 | Value |
This property returns the value of the current item.
|
Top
Methods
| Name | Description |
---|
 | Dispose | Releases all resources used by the UDItem |
Top
See Also