次の方法で共有


PageSetupDialog.AllowPaper プロパティ

ダイアログ ボックスの用紙セクション (用紙サイズと給紙方法) が有効かどうかを表す値を取得または設定します。

Public Property AllowPaper As Boolean
[C#]
public bool AllowPaper {get; set;}
[C++]
public: __property bool get_AllowPaper();public: __property void set_AllowPaper(bool);
[JScript]
public function get AllowPaper() : Boolean;public function set AllowPaper(Boolean);

プロパティ値

ダイアログ ボックスの用紙セクションが有効な場合は true 。それ以外の場合は false 。既定値は true です。

必要条件

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

参照

PageSetupDialog クラス | PageSetupDialog メンバ | System.Windows.Forms 名前空間 | AllowMargins | AllowOrientation | AllowPrinter