System.Windows.Forms.PageSetupDialog Members

The members of System.Windows.Forms.PageSetupDialog are listed below.

See Also: Inherited members from System.Windows.Forms.CommonDialog

Public Constructors

Initializes a new instance of the System.Windows.Forms.PageSetupDialog class.

Public Properties

AllowMarginsbool.

Gets or sets a value indicating whether the margins section of the dialog box is enabled.

AllowOrientationbool.

Gets or sets a value indicating whether the orientation section of the dialog box (landscape versus portrait) is enabled.

AllowPaperbool.

Gets or sets a value indicating whether the paper section of the dialog box (paper size and paper source) is enabled.

AllowPrinterbool.

Gets or sets a value indicating whether the Printer button is enabled.

DocumentSystem.Drawing.Printing.PrintDocument.

Gets or sets a value indicating the System.Drawing.Printing.PrintDocument to get page settings from.

EnableMetricbool.

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.

MinMarginsSystem.Drawing.Printing.Margins.

Gets or sets a value indicating the minimum margins, in hundredths of an inch, the user is allowed to select.

PageSettingsSystem.Drawing.Printing.PageSettings.

Gets or sets a value indicating the page settings to modify.

PrinterSettingsSystem.Drawing.Printing.PrinterSettings.

Gets or sets the printer settings that are modified when the user clicks the Printer button in the dialog.

ShowHelpbool.

Gets or sets a value indicating whether the Help button is visible.

ShowNetworkbool.

Gets or sets a value indicating whether the Network button is visible.

Public Methods

override
Reset()

Resets all options to their default values.

Protected Methods

override
RunDialog(IntPtr) : bool
Documentation for this section has not yet been entered.