DeletePage Method

The DeletePage method removes the specified page from the plot document.

Syntax

object.DeletePage( pageIndex )

 

Parameter Type Description
pageIndex Variant required, 1-based integer index value for the page to remove

 

Example

This example demonstrates how to remove the third page in the document.

Document.DeletePage(3)

 

Used by: Document Object