Version

PagePrintedEventArgs Class Members

The following tables list the members exposed by PagePrintedEventArgs.

Public Constructors
 NameDescription
Public ConstructorPagePrintedEventArgs ConstructorInitializes a new PageSectionPrintEventArgs  
Public Properties
 NameDescription
Public PropertyCancelReturns or sets whether the print operation should be cancelled.  
Public PropertyDocumentReturns the document that is being rendered.  
Public PropertyFooterRectReturns the area of the page containing the footer.  
Public PropertyGraphicsReturns the graphics object into which the page should be rendered  
Public PropertyHasMorePagesReturns or sets whether there are more pages to print.  
Public PropertyHeaderRectReturns the area of the page containing the header.  
Public PropertyPageBodyRectReturns the area of the page containing the page body.  
Public PropertyPageSettingsReturns the System.Drawing.Printing.PageSettings associated with the current page being printed.  
Public PropertyReprintPageReturns or sets whether the current page should be reprinted.  
See Also