Click or drag to resize

Documents Class

The Documents collection is a sorted set of Document objects, where each element represents a document handled by the Engine.
Inheritance Hierarchy

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

The Documents type exposes the following members.

Properties
  NameDescription
Public propertyActiveDocumentMode
This property allows you to control the active document mode.
Public propertyCount
This property returns the number of Document objects stored in the collection.
Top
Methods
  NameDescription
Public methodAdd
This method creates a new document, adds it to the collection and returns a reference to the newly created Document object.
Public methodDispose
Releases all resources used by the Documents
Public methodGetEngine
Returns the Engine object.
Public methodGetEnumerator
Public methodGetItem
This property returns the specified Document object from the collection.
Public methodItemByUniqueID
This method returns a Document object from the collection specified by its UniqueID.
Public methodRemove
This method removes the specified Document from the collection without saving it.
Top
Events
  NameDescription
Public eventOnDocumentActivated
Fires after a Document in the Documents collection becomes Active.
Public eventOnDocumentAdded
Fires when a new Document was added to the Documents collection.
Public eventOnDocumentChanged
Fires when the WorkingFileName of a Document in the Documents collection was changed.
Public eventOnDocumentClosed
Fires when a Document in the Documents collection was closed.
Public eventOnDocumentRemoved
Fires when a Document was removed from the Documents collection.
Public eventOnDocumentTitleChanged
Fires when the Title of a Document in the Documents collection was changed.
Public eventOnEnterUIMode
Fires before a Document in the Documents collection accesses the UI.
Public eventOnLeaveUIMode
Fires after a Document in the Documents collection left the UI.
Public eventOnWaitForUIMode
Fires when a Document in the Documents collection can not access the UI because it is not Active.
Top
See Also