System.Drawing.Printing.PreviewPrintController Members

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

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

Public Constructors

Public Properties

[read-only]
override
IsPreviewbool.

Gets a value indicating whether this controller is used for print preview.

UseAntiAliasbool.

Gets or sets a value indicating whether to use anti-aliasing when displaying the print preview.

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.