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.
This property generates an error if the view is not print preview.
This example switches to print preview and changes the pointer to an insertion point.
PrintPreview = True
ActiveDocument.ActiveWindow.View.Magnifier = False