Share via


Zoom Property

Zoom property as it applies to the View object.

Returns or sets the zoom setting of the specified view as a percentage of normal size. Can be a value from 10 to 400 percent. Read/write Integer.

expression.Zoom

*expression   * Required. An expression that returns one of the above objects.

Zoom property as it applies to the SlideShowView object.

Returns the zoom setting of the specified slide show window view as a percentage of normal size. Can be a value from 10 to 400 percent. Read-only Integer.

expression.Zoom

*expression   * Required. An expression that returns one of the above objects.

Example

As it applies to the View object.

The following example sets the zoom to 30 percent for the view in document window one.

Windows(1).View.Zoom = 30

Applies to | SlideShowView Object | View Object

See Also | DisplaySlideMiniature Property | ZoomToFit Property