The members of System.Windows.Forms.PageSetupDialog are listed below.
See Also: Inherited members from System.Windows.Forms.CommonDialog
Initializes a new instance of the System.Windows.Forms.PageSetupDialog class. |
AllowMargins | bool.
Gets or sets a value indicating whether the margins section of the dialog box is enabled. | |
AllowOrientation | bool.
Gets or sets a value indicating whether the orientation section of the dialog box (landscape versus portrait) is enabled. | |
AllowPaper | bool.
Gets or sets a value indicating whether the paper section of the dialog box (paper size and paper source) is enabled. | |
AllowPrinter | bool.
Gets or sets a value indicating whether the Printer button is enabled. | |
Document | System.Drawing.Printing.PrintDocument.
Gets or sets a value indicating the System.Drawing.Printing.PrintDocument to get page settings from. | |
EnableMetric | bool.
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 | System.Drawing.Printing.Margins.
Gets or sets a value indicating the minimum margins, in hundredths of an inch, the user is allowed to select. | |
PageSettings | System.Drawing.Printing.PageSettings.
Gets or sets a value indicating the page settings to modify. | |
PrinterSettings | System.Drawing.Printing.PrinterSettings.
Gets or sets the printer settings that are modified when the user clicks the Printer button in the dialog. | |
ShowHelp | bool.
Gets or sets a value indicating whether the Help button is visible. | |
ShowNetwork | bool.
Gets or sets a value indicating whether the Network button is visible. |
override | Reset()
|