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.Zoom

Gets or sets a value indicating how large the pages will appear.

[Visual Basic]
Public Property Zoom As Double
[C#]
public double Zoom {get; set;}
[C++]
public: __property double get_Zoom();
public: __property void set_Zoom(double);
[JScript]
public function get Zoom() : double;
public function set Zoom(double);

Property Value

How large the pages will appear.

Exceptions

Exception Type Condition
ArgumentException The value is less than zero.

Remarks

The value 1.0 is full-size.

See Also

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