Lets users select a printer and choose which sections of the document to print from a Windows Forms application.
See Also: PrintDialog Members
When you create an instance of System.Windows.Forms.PrintDialog, the read/write properties are set to initial values. For a list of these values, see the PrintDialog.#ctor constructor. To get printer settings that are modified by the user with the System.Windows.Forms.PrintDialog, use the PrintDialog.PrinterSettings property.
For more information about printing with Windows Forms, see the System.Drawing.Printing namespace overview. If you want to print from a Windows Presentation Foundation application, see the System.Printing namespace.