The properties of System.Windows.Forms.PrintDialog are listed below. For a list of all members, see the PrintDialog Members list.
See Also: Inherited members from System.Windows.Forms.CommonDialog
AllowCurrentPage | bool.
Gets or sets a value indicating whether the Current Page option button is displayed. | |
AllowPrintToFile | bool.
Gets or sets a value indicating whether the Print to file check box is enabled. | |
AllowSelection | bool.
Gets or sets a value indicating whether the Selection option button is enabled. | |
AllowSomePages | bool.
Gets or sets a value indicating whether the Pages option button is enabled. | |
Document | System.Drawing.Printing.PrintDocument.
Gets or sets a value indicating the System.Drawing.Printing.PrintDocument used to obtain System.Drawing.Printing.PrinterSettings. | |
PrinterSettings | System.Drawing.Printing.PrinterSettings.
Gets or sets the printer settings the dialog box modifies. | |
PrintToFile | bool.
Gets or sets a value indicating whether the Print to file check box is selected. | |
ShowHelp | bool.
Gets or sets a value indicating whether the Help button is displayed. | |
ShowNetwork | bool.
Gets or sets a value indicating whether the Network button is displayed. | |
UseEXDialog | bool.
Gets or sets a value indicating whether the dialog should be shown in the Windows XP style for systems running WinXpFamily or later. |