[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Printing.PrintPageEventArgs

PrintPageEventArgs Class

Provides data for the PrintPage event.

Inheritance
PrintPageEventArgs
Namespace: GrapeCity.ActiveReports.Printing
Assembly: MESCIUS.ActiveReports.dll
Syntax
public class PrintPageEventArgs : EventArgs

Constructors

Name Description
PrintPageEventArgs(object, Rectangle, Rectangle, IPageSettings)

Properties

Name Description
Cancel

Gets or sets a value indicating whether the print job should be canceled.

Graphics

Gets the System.Drawing.Graphics used to paint the page.

HasMorePages

Gets or sets a value indicating whether an additional page should be printed.

MarginBounds

Gets the rectangular area that represents the portion of the page inside the margins.

PageBounds

Gets the rectangular area that represents the total area of the page.

PageSettings

Gets the page settings for the current page.

Extension Methods