Name | Description | |
---|---|---|
Printer Constructor | Initializes a new instance of the Printer class. |
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 | Gets or sets page settings that are used as defaults for all pages to be printed. (Inherited from System.Drawing.Printing.PrintDocument) | |
DocumentName | Gets or sets the document name to display (for example, in a print status dialog box or printer queue) while printing the document. (Inherited from System.Drawing.Printing.PrintDocument) | |
Landscape | Specifies whether to print the page in landscape mode or portrait mode. | |
OriginAtMargins | Gets or sets a value indicating whether the position of a graphics object associated with a page is located just inside the user-specified margins or at the top-left corner of the printable area of the page. (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 | Gets or sets the print controller that guides the printing process. | |
PrinterName | Gets or sets the name of the printer to use. | |
PrinterSettings | Gets or sets the printer that prints the document. (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 | Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from System.MarshalByRefObject) | |
Dispose | (Inherited from System.ComponentModel.Component) | |
GetLifetimeService | Retrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from System.MarshalByRefObject) | |
InitializeLifetimeService | Obtains a lifetime service object to control the lifetime policy for this instance. (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 | Provides information about the print document, in string form. (Inherited from System.Drawing.Printing.PrintDocument) |
Name | Description | |
---|---|---|
BeginPrint | Occurs when the System.Drawing.Printing.PrintDocument.Print method is called and before the first page of the document prints. (Inherited from System.Drawing.Printing.PrintDocument) | |
Disposed | (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 System.Drawing.Printing.PrintDocument.PrintPage event. (Inherited from System.Drawing.Printing.PrintDocument) |