Zoom.Percentage Property

Returns or sets the magnification for a window as a percentage.

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

Syntax

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

value = instance

instance = value
int this { get; set; }

Property Value

Type: System.Int32

See Also

Reference

Zoom Interface

Zoom Members

Microsoft.Office.Interop.Word Namespace