Click or drag to resize

UDManager Class

This property returns the UDManager object, used to maintain user dictionaries.
Inheritance Hierarchy

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

The UDManager type exposes the following members.

Properties
  NameDescription
Public propertyEmbedded
This property returns whether the active user dictionary is stored in an external file, or it is embedded in a Document object.
Public propertyIsDirty
This property returns True if the user dictionary has been changed since the last time it was saved.
Public propertyName
This property returns the name of the user dictionary.
Top
Methods
  NameDescription
Public methodClose
This method closes the active user dictionary and loses any changes.
Public methodCreate
This method creates a new empty user dictionary.
Public methodDispose
Releases all resources used by the UDManager
Public methodExport
This method allows you to export a user dictionary.
Public methodGetEngine
Returns the Engine object.
Public methodGetUDSections
This property returns the UDSections collection of the active user dictionary.
Public methodImport
This method allows you to import a user dictionary from an external source.
Public methodOpen
This method opens an existing user dictionary for maintenance.
Public methodSave
This method saves the active user dictionary.
Public methodSaveAs
This method saves the active user dictionary under a new name.
Top
Remarks

If the Engine is not initialized, accessing this property raises a trappable error.

See Also