PageSetupDialog Properties
.NET Framework 4.5
The PageSetupDialog type exposes the following members.
| Name | Description | |
|---|---|---|
|
AllowMargins | Gets or sets a value indicating whether the margins section of the dialog box is enabled. |
|
AllowOrientation | Gets or sets a value indicating whether the orientation section of the dialog box (landscape versus portrait) is enabled. |
|
AllowPaper | Gets or sets a value indicating whether the paper section of the dialog box (paper size and paper source) is enabled. |
|
AllowPrinter | Gets or sets a value indicating whether the Printer button is enabled. |
|
Container | Gets the IContainer that contains the Component. (Inherited from Component.) |
|
Document | Gets or sets a value indicating the PrintDocument to get page settings from. |
|
EnableMetric | Gets or sets a value indicating whether the margin settings, when displayed in millimeters, should be automatically converted to and from hundredths of an inch. |
|
MinMargins | Gets or sets a value indicating the minimum margins, in hundredths of an inch, the user is allowed to select. |
|
PageSettings | Gets or sets a value indicating the page settings to modify. |
|
PrinterSettings | Gets or sets the printer settings that are modified when the user clicks the Printer button in the dialog. |
|
ShowHelp | Gets or sets a value indicating whether the Help button is visible. |
|
ShowNetwork | Gets or sets a value indicating whether the Network button is visible. |
|
Site | Gets or sets the ISite of the Component. (Inherited from Component.) |
|
Tag | Gets or sets an object that contains data about the control. (Inherited from CommonDialog.) |