[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Printing.PrintPageEventArgs.-ctor

PrintPageEventArgs Constructor

PrintPageEventArgs(object, Rectangle, Rectangle, IPageSettings)

Initializes a new instance of the PrintPageEventArgs class.

Declaration
public PrintPageEventArgs(object graphics, Rectangle marginBounds, Rectangle pageBounds, IPageSettings pageSettings)
Parameters
Type Name Description
object graphics

The graphics object used to paint the page.

Rectangle marginBounds

The rectangular area inside the margins.

Rectangle pageBounds

The total page area.

IPageSettings pageSettings

The page settings for the current page.