Version

HeaderFooterPrintingEventArgs Class Members

The following tables list the members exposed by HeaderFooterPrintingEventArgs.

Public Constructors
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 PropertyHandledReturns or sets whether the default rendering should occur for the page background and border.  
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 header or footer section being rendered.  
Protected Properties
 NameDescription
Protected PropertyAvailableRectReturns the area available for rendering. (Inherited from Infragistics.Win.Printing.PageSectionPrintEventArgs)
Protected PropertySectionRectOverridden. Returns the area within the available area that represents the section.  
See Also