Name | Description | |
---|---|---|
Printer Constructor | Overloaded. |
The following tables list the members exposed by Printer.
Name | Description | |
---|---|---|
Printer Constructor | Overloaded. |
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 | Landscape There is a potential problem if some one uses the DefaultPageSettings.Landscape to change the the landscape instead of Printer.Landscape. | |
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 | PaperHeight | |
PaperKind | PaperKind | |
PaperSize | PaperSize | |
PaperSizes | PaperSizes | |
PaperWidth | PaperWidth | |
PrintController | Gets or sets the print controller that guides the printing process. | |
PrinterName | PrinterName | |
PrinterSettings | Gets or sets the printer that prints the document. | |
Site | (Inherited from System.ComponentModel.Component) | |
VisibleBounds | VisibleBounds |
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 | Reinitialize | |
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) |