PrintPreviewControl::AutoZoom Property

 

Gets or sets a value indicating whether resizing the control or changing the number of pages shown automatically adjusts the Zoom property.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

public:
property bool AutoZoom {
	bool get();
	void set(bool value);
}

Property Value

Type: System::Boolean

true if the changing the control size or number of pages adjusts the Zoom property; otherwise, false. The default is true.

.NET Framework
Available since 1.1
Return to top
Show: