Viewer.HighQualityRender property (Visio Viewer)
Gets or sets a value that indicates whether high-quality rendering is enabled in Microsoft Visio Viewer. Read/write.
expression.HighQualityRender
expression An expression that returns a Viewer object.
Boolean
High-quality rendering is slower but produces output that looks better.
The default is for high-quality rendering to be enabled (property value set to True).
The following code gets a value that indicates whether high-quality rendering is enabled in Visio Viewer.
Debug.Print vsoViewer.HighQualityRender
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.