UDManager Class |
Namespace: Kofax.OmniPageCSDK.IproPlus
The UDManager type exposes the following members.
| Name | Description | |
|---|---|---|
| Embedded |
This property returns whether the active user dictionary is stored in an external file, or it is embedded
in a Document object.
| |
| IsDirty |
This property returns True if the user dictionary has been changed since the last time it was saved.
| |
| Name |
This property returns the name of the user dictionary.
|
| Name | Description | |
|---|---|---|
| Close |
This method closes the active user dictionary and loses any changes.
| |
| Create |
This method creates a new empty user dictionary.
| |
| Dispose | Releases all resources used by the UDManager | |
| Export |
This method allows you to export a user dictionary.
| |
| GetEngine |
Returns the Engine object.
| |
| GetUDSections |
This property returns the UDSections collection of the active user dictionary.
| |
| Import |
This method allows you to import a user dictionary from an external source.
| |
| Open |
This method opens an existing user dictionary for maintenance.
| |
| Save |
This method saves the active user dictionary.
| |
| SaveAs |
This method saves the active user dictionary under a new name.
|
If the Engine is not initialized, accessing this property raises a trappable error.