PrintDialog::PrinterSettings Property
.NET Framework (current version)
Gets or sets the printer settings the dialog box modifies.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
public: [BrowsableAttribute(false)] property PrinterSettings^ PrinterSettings { PrinterSettings^ get(); void set(PrinterSettings^ value); }
Property Value
Type: System.Drawing.Printing::PrinterSettings^The PrinterSettings the dialog box modifies.
The PrinterSettings property must be set before you call ShowDialog or an exception will occur.
.NET Framework
Available since 1.1
Available since 1.1
Show: