System.Drawing.Printing
Contents
[
Hide
]The Printing namespace provides print-related services for Windows Forms applications.
Classes
Class | Description |
---|---|
PageSettings | Specifies settings that apply to a single, printed page. |
PrintDocument | Defines a reusable object that sends output to a printer, when printing from a Windows Forms application. |
PrinterResolution | Represents the resolution supported by a printer. |
PrinterSettings | Specifies information about how a document is printed, including the printer that prints it, when printing from a Windows Forms application . |
PrintEventArgs | Provides data for the BeginPrint and EndPrint events. |
PrintPageEventArgs | Provides data for the PrintPage event. |
StandardPrintController | Specifies a print controller that sends information to a printer. |
Enumeration
Enumeration | Description |
---|---|
PrintRange | Specifies the part of the document to print. |