View.Magnifier Property

Definition

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.

Applies to