The following tables list the members exposed by Printer.
| Name | Description | |
|---|---|---|
![]() | Printer Constructor | Initializes a new instance of the Printer class. |
| Name | Description | |
|---|---|---|
![]() | Container | (Inherited from System.ComponentModel.Component) |
![]() | DefaultPageSettings | (Inherited from System.Drawing.Printing.PrintDocument) |
![]() | DocumentName | (Inherited from System.Drawing.Printing.PrintDocument) |
![]() | Landscape | Gets or sets a value indicating whether the page is printed in landscape or portrait orientation. |
![]() | OriginAtMargins | (Inherited from System.Drawing.Printing.PrintDocument) |
![]() | PaperHeight | Gets the height of the paper, in inches. |
![]() | PaperKind | Gets or sets the kind of paper to be used to print the report. |
![]() | PaperSize | Sets or returns the custom paper size object to be used to print the report. |
![]() | PaperSizes | Gets the paper sizes that are supported by this printer. |
![]() | PaperWidth | Gets the width of the paper, in inches. |
![]() | PrintController | (Inherited from System.Drawing.Printing.PrintDocument) |
![]() | PrinterName | Gets or sets the name of the printer to use. |
![]() | PrinterSettings | (Inherited from System.Drawing.Printing.PrintDocument) |
![]() | Site | (Inherited from System.ComponentModel.Component) |
![]() | VisibleBounds | Gets the printable area of the page for the printer. |
| Name | Description | |
|---|---|---|
![]() | CreateObjRef | (Inherited from System.MarshalByRefObject) |
![]() | Dispose | (Inherited from System.ComponentModel.Component) |
![]() | GetLifetimeService | (Inherited from System.MarshalByRefObject) |
![]() | InitializeLifetimeService | (Inherited from System.MarshalByRefObject) |
![]() | Starts the document's printing process. (Inherited from System.Drawing.Printing.PrintDocument) | |
![]() | Reinitialize | Reinitializes an instance of the Printer class. |
![]() | ToString | (Inherited from System.Drawing.Printing.PrintDocument) |
| Name | Description | |
|---|---|---|
![]() | BeginPrint | Occurs when the Print method is called and before the first page of the document prints. (Inherited from System.Drawing.Printing.PrintDocument) |
![]() | Disposed | Adds an event handler to listen to the Disposed event on the component. (Inherited from System.ComponentModel.Component) |
![]() | EndPrint | Occurs when the last page of the document has printed. (Inherited from System.Drawing.Printing.PrintDocument) |
![]() | PrintPage | Occurs when the output to print for the current page is needed. (Inherited from System.Drawing.Printing.PrintDocument) |
![]() | QueryPageSettings | Occurs immediately before each PrintPage event. (Inherited from System.Drawing.Printing.PrintDocument) |



