Share via


Window.Zoom Property

Visio Automation Reference

Gets or sets the current display size (magnification factor) for a page in a window. Read/write.

Version Information
 Version Added:  Visio 2.0

Syntax

expression.Zoom

expression   A variable that represents a Window object.

Return Value
Double

Remarks

Valid values range from 0.05 to 9.99 (5% to 999%). The value -1 fits the page into the window. The default value is .67, which is equivalent to the Whole Page setting on the Zoom submenu of the View menu in the user interface.

See Also