Zoom Property

Applies To

SlideShowView object, View object.

Description

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. Read-only Long.

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. Read/write Long.

See Also

ZoomToFit property.

Example

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

Windows(1).View.Zoom = 30