Pages Methods |
The Pages type exposes the following members.
Name | Description | |
---|---|---|
![]() | CopyAllPages |
Copies all pages from this document to another IPRO document.
|
![]() | CopyPages |
This method copies one or more pages from this document to another IPRO document. |
![]() | CopySelectedPages |
Copies selected pages from this document to another IPRO document.
|
![]() | CountByState |
Returns the number of specified Page objects stored in the collection.
|
![]() | DeselectAll | |
![]() | Dispose | |
![]() | GetDocument |
Returns the parent Document object.
|
![]() | GetEngine |
Returns the Engine object.
|
![]() | GetEnumerator | |
![]() | GetItem |
This property returns the requested Page object from the collection.
|
![]() | Indices |
Returns the indices of specified Pages objects stored in the collection.
|
![]() | ItemByUniqueID |
Returns the requested Page object from the collection.
|
![]() | MoveAllPages |
Moves all pages.
|
![]() | MoveAt |
Calling this method moves the page located at OldPosition to NewPosition. |
![]() | MovePages |
This method is similar to the CopyPages method, but moves the pages (i.e. the original pages in the source document are deleted). |
![]() | MoveSelectedPages |
Moves the selected pages. |
![]() | Redo |
Revokes the last action.
|
![]() | Remove |
This method removes the specified page from the collection. |
![]() | RemoveAllPages |
Removes all pages from the collection.
|
![]() | RemovePages |
Removes one or more pages from the collection.
|
![]() | RemoveSelectedPages |
Removes the selected pages from the collection.
|
![]() | SelectAll |
This method selects all pages. |
![]() | SelectPages |
Selects specified pages from the collection.
|
![]() | Undo |
Revokes the last action.
|
![]() | UniqueIDs |
Returns the IDs of specified Pages objects stored in the collection.
|