Viewer.DocumentLoaded property (Visio Viewer)

Gets a value that indicates whether a document is loaded in Microsoft Visio Viewer. Read-only.

Syntax

expression.DocumentLoaded

expression An expression that returns a Viewer object.

Return value

Boolean

Remarks

The default setting for the DocumentLoaded property value is False.

Example

The following code gets a value that indicates whether a document is loaded in Visio Viewer.

Debug.Print vsoViewer.DocumentLoaded

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.