DuplicatePage
The DuplicatePage method adds a copy of the specified page and all its contents to the plot document.
Syntax
object.DuplicatePage( pageIndex )
Parameter | Type | Description |
pageIndex | Variant | required, 1-based integer index value for the page to duplicate |
Example
This example demonstrates how to duplicate the third page in the document.
Document.DuplicatePage(3)
Used by: Document Object