View.Magnifier Property

True if the pointer is displayed as a magnifying glass in print preview, indicating that the user can click to zoom in on a particular area of the page or zoom out to see an entire page or spread of pages.

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

Syntax

'Declaration
Property Magnifier As Boolean
    Get
    Set
'Usage
Dim instance As View
Dim value As Boolean

value = instance.Magnifier

instance.Magnifier = value
bool Magnifier { get; set; }

Property Value

Type: System.Boolean

Remarks

This property generates an error if the view is not print preview.

See Also

Reference

View Interface

View Members

Microsoft.Office.Interop.Word Namespace