ShowPage Property
The ShowPage property shows or hides the page representation rectangle. Returns a Boolean.
Syntax
object.ShowPage
object.ShowPage = Show
Parameter | Type | Description |
Show | Boolean | required, true to display the page outline |
Example 1
This example demonstrates how to return whether or not the page outline is displayed.
Debug.Print PlotWindow.ShowPage
Example 2
This example demonstrates how to hide the page outline.
PlotWindow.ShowPage = False
Used by: AutoPlotWindow object