Skip to main content

PagePaintEventArgs Properties

Provides data for the PrintingSystemBase.BeforePagePaint and PrintingSystemBase.AfterPagePaint events.
Name Description
Graphics Provides access to the graphics object on which the PagePaintEventArgs.Page is painted.
Page Provides access to the page for which the PrintingSystemBase.BeforePagePaint or PrintingSystemBase.AfterPagePaint event is raised.
PageRectangle Returns the bounds (size and location) of the page for which the PrintingSystemBase.BeforePagePaint or PrintingSystemBase.AfterPagePaint event is raised.
See Also