Version

PageSectionPrintEventArgs Class Members

The following tables list the members exposed by PageSectionPrintEventArgs.

Public Properties
 NameDescription
Public PropertyDocumentReturns the document that is being rendered.  
Public PropertyGraphicsReturns the graphics object into which the page should be rendered  
Public PropertyPageSettingsReturns the System.Drawing.Printing.PageSettings associated with the current page being printed.  
Public PropertyRectInsideBordersReturns the area of the section within its borders  
Public PropertyRectInsideMarginsReturns the area of the section within its margins  
Public PropertyRectInsidePaddingReturns the area of the section inside the borders.  
Public PropertyRectOverallReturns the area available for the section.  
Protected Properties
 NameDescription
Protected PropertyAvailableRectReturns the area available for rendering.  
Protected PropertySectionRectReturns the area within the available area that represents the section.  
See Also