Viewer.PageVisible property (Visio Viewer)

Gets or sets a value that indicates whether the drawing page is visible in Microsoft Visio Viewer. Read/write.

Syntax

expression.PageVisible

expression An expression that returns a Viewer object.

Return value

Boolean

Remarks

The default is that the drawing page not be visible (False).

Example

The following example shows how to make the drawing page visible in Visio Viewer.

vsoViewer.PageVisible = True

Support and feedback

Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.