See Also: PageSettings Members
The System.Drawing.Printing.PageSettings class is used to specify settings that modify the way a page will be printed. Typically, you set default settings for all pages to be printed through the PrintDocument.DefaultPageSettings property. To specify settings on a page-by-page basis, handle the PrintDocument.PrintPage or PrintDocument.QueryPageSettings event and modify the System.Drawing.Printing.PageSettings argument included in the System.Drawing.Printing.PrintPageEventArgs or System.Drawing.Printing.QueryPageSettingsEventArgs, respectively.
For more information about handling System.Drawing.Printing.PrintDocument events, see the System.Drawing.Printing.PrintDocument class overview. For more information about printing, see the System.Drawing.Printing namespace overview.