System.Windows.Forms 1.0.5000.0 2.0.0.0 System.Drawing.Printing.PrintController This class implements a and adds a status dialog box. A print controller specifies how a is printed. For a list of initial property values for an instance of the class, see the constructor. For more information about printing with Windows Forms, see the namespace overview. If you want to print from a Windows Presentation Foundation application, see the namespace. Controls how a document is printed from a Windows Forms application. Constructor To be added. Initializes a new instance of the class, wrapping the supplied . A to encapsulate. 1.0.5000.0 2.0.0.0 Constructor To be added. Initializes a new instance of the class, wrapping the supplied and specifying a title for the dialog box. A to encapsulate. A containing a title for the status dialog box. 1.0.5000.0 2.0.0.0 Property 2.0.0.0 System.Boolean To be added. The checks the property of the underlying controller. Gets a value indicating this is used for print preview. Method System.Void The class calls the method on the encapsulated . The method is called immediately after the raises the event. If an exception is thrown inside a event of a , is not called. The method creates the object that is sent to the printer. After is called, the method sets the object to a graphic of a single page. (Use to set how to print a page in a document. For example, you can adjust page settings separately for each page.) clears the object, while the method deallocates the object. Completes the control sequence that determines when and how to print a page of a document. A that represents the document currently being printed. A that contains the event data. 1.0.5000.0 2.0.0.0 Method System.Void The class calls the method on the encapsulated . The method is called immediately after the raises the event. The method creates the object that is sent to the printer. After is called, the method sets the object to a graphic of a single page. (Use to determine when and how to print a document. For example, you can delay printing for 30 minutes or adjust the printer settings for the document.) The method clears the object, while deallocates the object. Completes the control sequence that determines when and how to print a document. A that represents the document currently being printed. A that contains the event data. 1.0.5000.0 2.0.0.0 Method System.Drawing.Graphics The class calls the method on the encapsulated . The method is called immediately before the raises the event. The method creates the object that is sent to the printer. After is called, sets the object to a graphic of a single page. The method clears the object, while the method deallocates the object. Use to set how to print a page in a document. For example, you can adjust page settings separately for each page. Begins the control sequence that determines when and how to print a page of a document. A object that represents a page from a . A that represents the document currently being printed. A that contains the event data. 1.0.5000.0 2.0.0.0 Method System.Void The class calls the method on the encapsulated . The method is called immediately after the raises the event. Use to determine when and how to print a document. For example, you can delay printing for 30 minutes or adjust the printer settings for the document. creates the object that is sent to the printer. After is called, the method sets the object to a graphic of a single page. The method clears the object, while the method deallocates the object. is a good place to verify that are valid. Begins the control sequence that determines when and how to print a document. A that represents the document currently being printed. A that contains the event data. 1.0.5000.0 2.0.0.0