View.Zoom Property
Returns a Zoom object that represents the magnification for the specified view.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
ReadOnly Property Zoom As Zoom
Get
'Usage
Dim instance As View
Dim value As Zoom
value = instance.Zoom
Zoom Zoom { get; }
Property Value
Type: Microsoft.Office.Interop.Word.Zoom