System.Windows.Forms.PrintDialog Members

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

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

Public Constructors

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

Public Properties

AllowCurrentPagebool.

Gets or sets a value indicating whether the Current Page option button is displayed.

AllowPrintToFilebool.

Gets or sets a value indicating whether the Print to file check box is enabled.

AllowSelectionbool.

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

AllowSomePagesbool.

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

DocumentSystem.Drawing.Printing.PrintDocument.

Gets or sets a value indicating the System.Drawing.Printing.PrintDocument used to obtain System.Drawing.Printing.PrinterSettings.

PrinterSettingsSystem.Drawing.Printing.PrinterSettings.

Gets or sets the printer settings the dialog box modifies.

PrintToFilebool.

Gets or sets a value indicating whether the Print to file check box is selected.

ShowHelpbool.

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

ShowNetworkbool.

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

UseEXDialogbool.

Gets or sets a value indicating whether the dialog should be shown in the Windows XP style for systems running WinXpFamily or later.

Public Methods

override
Reset()

Resets all options, the last selected printer, and the page settings to their default values.

Protected Methods

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