PageSetupDialog 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
初始化 PageSetupDialog 类的新实例。
public:
PageSetupDialog();
public PageSetupDialog ();
Public Sub New ()
注解
创建实例 PageSetupDialog 时,以下属性将初始化为指定的值。
| properties | 初始值 |
|---|---|
| AllowMargins | true |
| AllowOrientation | true |
| AllowPaper | true |
| AllowPrinter | true |
| Document | null |
| MinMargins | null |
| PageSettings | null |
| PrinterSettings | null |
| ShowHelp | false |
| ShowNetwork | true |
可以通过对属性的单独调用更改其中任何属性的值。