NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

PrintPreviewControl.AutoZoom

Gets or sets a value If true (the default), resizing the control or changing the number of pages shown will automatically adjust Zoom to make everything visible.

[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; otherwise, false. The default is true.

See Also

PrintPreviewControl Class | PrintPreviewControl Members | System.WinForms Namespace | Zoom