Class |
Description |
InvalidPrinterException |
Represents the exception that is thrown when trying to access a printer using invalid PrinterSettings. |
Margins |
Specifies the margins of a printed page. |
MarginsConverter |
Provides a type converter to convert Margins to and from various other representations. |
PageSettings |
Settings that apply to a single page. |
PaperSize |
The size of a piece of paper. |
PaperSource |
Specifies the paper tray from which the printer gets paper. |
PreviewPageInfo |
Specifies print preview information for a single page. This class cannot be inherited. |
PreviewPrintController |
A PrintController which "prints" to a series of images. |
PrintController |
A PrintController controls how a PrintDocument is printed-- how a bunch of PrintPageEventArgs's are turned into actual printer output. PrintDocument.Print invokes PrintController.StartPrint, EndPrint, StartPage, and EndPage, which in turn tell the printer what to print. Print preview uses a specialized PrintController; most users will never need to touch a PrintController. |
PrintDocument |
Defines a reusable object that sends output to the printer. |
PrinterResolution |
Retrieves the custom resolution supported by a printer. |
PrinterSettings |
Information about how a document should be printed, including which printer to print it on. |
PrinterSettings.PaperSizeCollection |
Collection of PaperSize's... |
PrinterSettings.PaperSourceCollection |
Collection of PaperSource's... |
PrinterSettings.PrinterResolutionCollection |
Collection of PrinterResolution's... |
PrinterSettings.StringCollection |
Collection of String's... |
PrinterUnitConvert |
Specifies a series of conversion methods that are useful when interoperating with the raw Win32 printing API. This class cannot be inherited. |
PrintEventArgs |
Provides data for the OnBeginPrint and OnEndPrint events. |
PrintPageEventArgs |
Provides data for the OnPrintPage event. |
QueryPageSettingsEventArgs |
Provides data for the System.Drawing.Printing.PrintDocument.QueryPageSettings event. |
StandardPrintController |
Specifies a print controller that sends information to a printer. |