ZoomOut Method

Microsoft Publisher Visual Basic

expression.ZoomOut

expression    Required. An expression that returns a View object.

Example

This example decreases the magnification of the active view.

Sub Zoom()
    ActiveView.ZoomOut
End Sub