Share via


View.ZoomOut Method

Publisher Developer Reference

Decreases the magnification of the specified view.

Syntax

expression.ZoomOut

expression   A variable that represents a View object.

Example

This example decreases the magnification of the active view.

Visual Basic for Applications
  Sub Zoom()
    ActiveView.ZoomOut
End Sub

See Also