Version 24.2 (latest)

PageSectionPrintEventArgs Class Properties

For a list of all members of this type, see PageSectionPrintEventArgs members.

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