PrintPreviewControl.AutoZoom Property
.NET Framework 1.1
Gets or sets a value indicating whether resizing the control or changing the number of pages shown automatically adjusts the Zoom property.
[Visual Basic] Public Property AutoZoom As Boolean [C#] public bool AutoZoom {get; set;} [C++] public: __property bool get_AutoZoom(); public: __property void set_AutoZoom(bool); [JScript] public function get AutoZoom() : Boolean; public function set AutoZoom(Boolean);
Property Value
true if the changing the control size or number of pages adjusts the Zoom property; otherwise, false. The default is true.
Requirements
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
See Also
PrintPreviewControl Class | PrintPreviewControl Members | System.Windows.Forms Namespace | Zoom