Magnifier Property
Applies To
View object.
Description
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.
Note This property generates an error if the view is not print preview.
See Also
Cursor property.
Example
This example switches to print preview and changes the pointer to an insertion point.
PrintPreview = True
ActiveWindow.View.Magnifier = False