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);
How large the pages will appear.
Exception Type | Condition |
---|---|
ArgumentException | The value is less than zero. |
The value 1.0 is full-size.
PrintPreviewControl Class | PrintPreviewControl Members | System.WinForms Namespace | AutoZoom