次の方法で共有


PrintPreviewControl.AutoZoom プロパティ

コントロールのサイズ変更や表示ページ数の変更によって、自動的に Zoom プロパティを変更するかどうかを示す値を取得または設定します。

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);

プロパティ値

コントロールのサイズや表示ページ数を変更すると Zoom プロパティが調整される場合は true 。それ以外の場合は false。既定値は true です。

必要条件

プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ

参照

PrintPreviewControl クラス | PrintPreviewControl メンバ | System.Windows.Forms 名前空間 | Zoom