System.Windows.Forms.PrintControllerWithStatusDialog Members

The members of System.Windows.Forms.PrintControllerWithStatusDialog are listed below.

See Also: Inherited members from System.Drawing.Printing.PrintController

Public Constructors

Public Properties

[read-only]
override
IsPreviewbool.

Gets a value indicating this System.Windows.Forms.PrintControllerWithStatusDialog is used for print preview.

Public Methods

override
OnEndPage(System.Drawing.Printing.PrintDocument, System.Drawing.Printing.PrintPageEventArgs)

Completes the control sequence that determines when and how to print a page of a document.

override
OnEndPrint(System.Drawing.Printing.PrintDocument, System.Drawing.Printing.PrintEventArgs)

Completes the control sequence that determines when and how to print a document.

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

Begins the control sequence that determines when and how to print a page of a document.

override
OnStartPrint(System.Drawing.Printing.PrintDocument, System.Drawing.Printing.PrintEventArgs)

Begins the control sequence that determines when and how to print a document.