Specifies information about how a document is printed, including the printer that prints it, when printing from a Windows Forms application.
See Also: PrinterSettings Members
Typically, you access a System.Drawing.Printing.PrinterSettings through PrintDocument.PrinterSettings or PageSettings.PrinterSettings properties to modify printer settings. The most common printer setting is PrinterSettings.PrinterName, which specifies the printer to print to.
For more information about printing with Windows Forms, see the System.Drawing.Printing namespace overview. If you wish to print from a Windows Presentation Foundation application, see the System.Printing namespace.