Documents Class |
Namespace: Kofax.OmniPageCSDK.IproPlus
The Documents type exposes the following members.
| Name | Description | |
|---|---|---|
| ActiveDocumentMode |
This property allows you to control the active document mode.
| |
| Count |
This property returns the number of Document objects stored in the collection.
|
| Name | Description | |
|---|---|---|
| Add |
This method creates a new document, adds it to the collection and returns a reference to the newly created Document object.
| |
| Dispose | Releases all resources used by the Documents | |
| GetEngine |
Returns the Engine object.
| |
| GetEnumerator | ||
| GetItem |
This property returns the specified Document object from the collection.
| |
| ItemByUniqueID | ||
| Remove |
This method removes the specified Document from the collection without saving it.
|
| Name | Description | |
|---|---|---|
| OnDocumentActivated | ||
| OnDocumentAdded |
Fires when a new Document was added to the Documents collection.
| |
| OnDocumentChanged | ||
| OnDocumentClosed |
Fires when a Document in the Documents collection was closed.
| |
| OnDocumentRemoved |
Fires when a Document was removed from the Documents collection.
| |
| OnDocumentTitleChanged | ||
| OnEnterUIMode |
Fires before a Document in the Documents collection
accesses the UI.
| |
| OnLeaveUIMode |
Fires after a Document in the Documents collection
left the UI.
| |
| OnWaitForUIMode |