PageSetupDialog コンストラクタ
PageSetupDialog クラスの新しいインスタンスを初期化します。
Public Sub New()
[C#]
public PageSetupDialog();
[C++]
public: PageSetupDialog();
[JScript]
public function PageSetupDialog();
解説
PageSetupDialog のインスタンスが作成されると、次のプロパティが指定した値に初期化されます。
プロパティ | 初期値 |
---|---|
AllowMargins | true |
AllowOrientation | true |
AllowPaper | true |
AllowPrinter | true |
Document | null 参照 (Visual Basic では Nothing) |
MinMargins | null 参照 (Nothing) |
PageSettings | null 参照 (Nothing) |
PrinterSettings | null 参照 (Nothing) |
ShowHelp | false |
ShowNetwork | 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 名前空間 | Margins | PageSettings | PrintDocument | PrinterSettings | CommonDialog