View.Magnifier Property

Word Developer Reference

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.

Syntax

expression.Magnifier

expression   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.

Visual Basic for Applications
  PrintPreview = True
ActiveDocument.ActiveWindow.View.Magnifier = False

See Also