PageSetupDialog.AllowPaper プロパティ

定義

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

public:
 property bool AllowPaper { bool get(); void set(bool value); };
public bool AllowPaper { get; set; }
member this.AllowPaper : bool with get, set
Public Property AllowPaper As Boolean

プロパティ値

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

適用対象

こちらもご覧ください