PrintDialog Properties
.NET Framework 4.5
The PrintDialog type exposes the following members.
| Name | Description | |
|---|---|---|
|
AllowCurrentPage | Gets or sets a value indicating whether the Current Page option button is displayed. |
|
AllowPrintToFile | Gets or sets a value indicating whether the Print to file check box is enabled. |
|
AllowSelection | Gets or sets a value indicating whether the Selection option button is enabled. |
|
AllowSomePages | Gets or sets a value indicating whether the Pages option button is enabled. |
|
Container | Gets the IContainer that contains the Component. (Inherited from Component.) |
|
Document | Gets or sets a value indicating the PrintDocument used to obtain PrinterSettings. |
|
PrinterSettings | Gets or sets the printer settings the dialog box modifies. |
|
PrintToFile | Gets or sets a value indicating whether the Print to file check box is selected. |
|
ShowHelp | Gets or sets a value indicating whether the Help button is displayed. |
|
ShowNetwork | Gets or sets a value indicating whether the Network button is displayed. |
|
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.) |
|
UseEXDialog | Gets or sets a value indicating whether the dialog should be shown in the Windows XP style for systems running Windows XP Home Edition, Windows XP Professional, Windows Server 2003 or later. |