View.Magnifier Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
public:
property bool Magnifier { bool get(); void set(bool value); };
public bool Magnifier { get; set; }
member this.Magnifier : bool with get, set
Public Property Magnifier As Boolean
Property Value
Remarks
This property generates an error if the view is not print preview.