System.Drawing.Printing.PreviewPrintController: Method Members

The methods of System.Drawing.Printing.PreviewPrintController are listed below. For a list of all members, see the PreviewPrintController Members list.

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

Public Methods

GetPreviewPageInfo() : PreviewPageInfo[]

Captures the pages of a document as a series of images.

override
OnEndPage(PrintDocument, PrintPageEventArgs)

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

override
OnEndPrint(PrintDocument, PrintEventArgs)

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

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

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

override
OnStartPrint(PrintDocument, PrintEventArgs)

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