Click or drag to resize

Pages Methods

The Pages type exposes the following members.

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
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
See Also