Share via


View.ZoomIn Method

Publisher Developer Reference

Increases the magnification of the specified view.

Syntax

expression.ZoomIn

expression   A variable that represents a View object.

Example

This example increases the magnification of the active view.

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

See Also