Skip to content

Latest commit

 

History

History
44 lines (19 loc) · 645 Bytes

83624f62-0da8-ad96-d887-7f87cb4cacd2.md

File metadata and controls

44 lines (19 loc) · 645 Bytes

View.Zoom Property (PowerPoint)

Returns or sets the zoom setting of the specified view as a percentage of normal size. Read/write.

Syntax

expression. Zoom

expression A variable that represents a View object.

Return Value

Integer

Remarks

The Zoom property value can be from 10 to 400 percent.

Example

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

Windows(1).View.Zoom = 30

See also

Concepts

View Object

Other resources

View Object Members