ShowPage Property

 

The ShowPage property shows or hides the page rectangle. Returns a Boolean.

 

Syntax

object.ShowPage

object.ShowPage = Show

 

Parameter

Type

Description

Show

Boolean

required; true to show the page rectangle

 

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: PlotWindow object