Magnifier Property

Microsoft Word Visual Basic

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. Read/write Boolean.

expression.Magnifier

expression   Required. An expression that returns a View object.

Remarks

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

Example

This example switches to print preview and changes the pointer to an insertion point.

PrintPreview = True
ActiveDocument.ActiveWindow.View.Magnifier = False