Click or drag to resize

Pages Class

This property returns the Pages collection, containing the document Page objects.
Inheritance Hierarchy

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

The Pages type exposes the following members.

Properties
  NameDescription
Public propertyActivePageID
Sets/returns the active page.
Public propertyActivePageIndex
Use this property to get or set the index of the active page.
Public propertyCanRedo
This property returns whether the action can be redone.
Public propertyCanUndo
This property returns whether the action can be undone.
Public propertyCount
This property returns the number of Page objects stored in the collection.
Top
Methods
  NameDescription
Public methodCopyAllPages
Copies all pages from this document to another IPRO document.
Public methodCopyPages
This method copies one or more pages from this document to another IPRO document.
Public methodCopySelectedPages
Copies selected pages from this document to another IPRO document.
Public methodCountByState
Returns the number of specified Page objects stored in the collection.
Public methodDeselectAll
Calling this method sets the Document object's Modified property to True.
Public methodDispose
Releases all resources used by the Pages
Public methodGetDocument
Returns the parent Document object.
Public methodGetEngine
Returns the Engine object.
Public methodGetEnumerator
Public methodGetItem
This property returns the requested Page object from the collection.
Public methodIndices
Returns the indices of specified Pages objects stored in the collection.
Public methodItemByUniqueID
Returns the requested Page object from the collection.
Public methodMoveAllPages
Moves all pages.
Public methodMoveAt
Calling this method moves the page located at OldPosition to NewPosition.
Public methodMovePages
This method is similar to the CopyPages method, but moves the pages (i.e. the original pages in the source document are deleted).
Public methodMoveSelectedPages
Moves the selected pages.
Public methodRedo
Revokes the last action.
Public methodRemove
This method removes the specified page from the collection.
Public methodRemoveAllPages
Removes all pages from the collection.
Public methodRemovePages
Removes one or more pages from the collection.
Public methodRemoveSelectedPages
Removes the selected pages from the collection.
Public methodSelectAll
This method selects all pages.
Public methodSelectPages
Selects specified pages from the collection.
Public methodUndo
Revokes the last action.
Public methodUniqueIDs
Returns the IDs of specified Pages objects stored in the collection.
Top
Events
  NameDescription
Public eventOnActivePageChanged
This event is fired when the active page is changed.
Public eventOnImageChanged
This event is fired when an image is changed.
Public eventOnPageInserted
This event is fired when a page is inserted into the document.
Public eventOnPageMoved
This event is fired when a page of the document is moved.
Public eventOnPageRemoved
This event is fired when a page is removed from the document.
Public eventOnPagesMoved
This event is fired when a number of pages are moved in the document.
Public eventOnPagesRemoved
This event is fired when a number of pages are removed from the document.
Public eventOnPagesReordered
This event is fired when the pages of the document are reordered.
Public eventOnPageStateChanged
This event is fired when the state of a page is changed.
Public eventOnStatisticsChanged
This event is fired when the page is modified.
Top
See Also