Version

HeaderFooterPrintingEventArgs Constructor

Syntax
'Declaration
 
Public Function New( _
   ByVal document As UltraPrintDocument, _
   ByVal graphics As Graphics, _
   ByVal pageSettings As PageSettings, _
   ByVal availableRect As Rectangle, _
   ByVal section As HeaderFooterPageSection _
)
public HeaderFooterPrintingEventArgs( 
   UltraPrintDocument document,
   Graphics graphics,
   PageSettings pageSettings,
   Rectangle availableRect,
   HeaderFooterPageSection section
)

Parameters

document
Associated document that is being printed
graphics
Graphics object into which the page should be rendered
pageSettings
Object that provides information about the settings for the current page
availableRect
Area available for the section
section
Section that is being rendered
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also