Share via


View.Zoom Property

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

Namespace:  Microsoft.Office.Interop.PowerPoint
Assembly:  Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)

Syntax

'Declaration
Property Zoom As Integer
    Get
    Set
'Usage
Dim instance As View
Dim value As Integer

value = instance.Zoom

instance.Zoom = value
int Zoom { get; set; }

Property Value

Type: System.Int32

Remarks

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

See Also

Reference

View Interface

View Members

Microsoft.Office.Interop.PowerPoint Namespace