Version

PageBodyPrintedEventArgs Class Members

The following tables list the members exposed by PageBodyPrintedEventArgs.

Public Constructors
 NameDescription
Public ConstructorPageBodyPrintedEventArgs ConstructorInitializes a new PageBodyPrintedEventArgs  
Public Properties
 NameDescription
Public PropertyDocumentReturns the document that is being rendered. (Inherited from Infragistics.Win.Printing.PageSectionPrintEventArgs)
Public PropertyGraphicsReturns the graphics object into which the page should be rendered (Inherited from Infragistics.Win.Printing.PageSectionPrintEventArgs)
Public PropertyPageSettingsReturns the System.Drawing.Printing.PageSettings associated with the current page being printed. (Inherited from Infragistics.Win.Printing.PageSectionPrintEventArgs)
Public PropertyRectInsideBordersReturns the area of the section within its borders (Inherited from Infragistics.Win.Printing.PageSectionPrintEventArgs)
Public PropertyRectInsideMarginsReturns the area of the section within its margins (Inherited from Infragistics.Win.Printing.PageSectionPrintEventArgs)
Public PropertyRectInsidePaddingReturns the area of the section inside the borders. (Inherited from Infragistics.Win.Printing.PageSectionPrintEventArgs)
Public PropertyRectOverallReturns the area available for the section. (Inherited from Infragistics.Win.Printing.PageSectionPrintEventArgs)
Public PropertySectionReturns the section representing the page body.  
Protected Properties
 NameDescription
Protected PropertyAvailableRectReturns the area available for rendering. (Inherited from Infragistics.Win.Printing.PageSectionPrintEventArgs)
Protected PropertySectionRectReturns the area within the available area that represents the section. (Inherited from Infragistics.Win.Printing.PageSectionPrintEventArgs)
See Also