Viewer.MarkupOverlaysVisible property (Visio Viewer)

Gets or sets a value that indicates whether markup overlays are visible in the current document open in Microsoft Visio Viewer. Read/write.

Syntax

expression.MarkupOverlaysVisible

expression An expression that returns a Viewer object.

Return value

Boolean

Remarks

A markup overlay is a layer that shows all the shapes, ink shapes, and comments added to a drawing by a particular reviewer. The MarkupOverlaysVisible property setting corresponds to the status of the Show markup overlays box on the Markup Settings tab of the Properties and Settings dialog box in the Visio Viewer user interface.

If markup overlays exist in the drawing, the default is for them to be visible (True).

Example

The following code shows how to turn off visibility of markup overlays in Visio Viewer.

vsoViewer.MarkupOverlaysVisible = False

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.