PrintDocument
Defines a reusable object that sends output to a printer, when printing from a Windows Forms application.
Gets or sets page settings that are used as defaults for all pages to be printed.
Gets or sets the document name to display (for example, in a print status dialog box or printer queue) while printing the document.
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.
Gets or sets the print controller that guides the printing process.
Gets or sets the printer that prints the document.
Occurs when the Print method is called and before the first page of the document prints.
Occurs when the last page of the document has printed.
Occurs when the output to print for the current page is needed.
Occurs immediately before each PrintPage event.
public PrintDocument()
Initializes a new instance of the PrintDocument class.
Starts the document's printing process.