System.Drawing.Printing.PrintController Members

The members of System.Drawing.Printing.PrintController are listed below.

See Also: Inherited members from System.Object

Protected Constructors

Initializes a new instance of the System.Drawing.Printing.PrintController class.

Public Properties

[read-only]
IsPreviewbool.

Gets a value indicating whether the System.Drawing.Printing.PrintController is used for print preview.

Public Methods

OnEndPage(PrintDocument, PrintPageEventArgs)

When overridden in a derived class, completes the control sequence that determines when and how to print a page of a document.

OnEndPrint(PrintDocument, PrintEventArgs)

When overridden in a derived class, completes the control sequence that determines when and how to print a document.

OnStartPage(PrintDocument, PrintPageEventArgs) : System.Drawing.Graphics

When overridden in a derived class, begins the control sequence that determines when and how to print a page of a document.

OnStartPrint(PrintDocument, PrintEventArgs)

When overridden in a derived class, begins the control sequence that determines when and how to print a document.