Version

PagePrintedEventArgs Constructor

Initializes a new PageSectionPrintEventArgs
Syntax
'Declaration
 
Public Function New( _
   ByVal document As UltraPrintDocument, _
   ByVal graphics As Graphics, _
   ByVal pageSettings As PageSettings, _
   ByVal headerRect As Rectangle, _
   ByVal footerRect As Rectangle, _
   ByVal pageBodyRect As Rectangle _
)
public PagePrintedEventArgs( 
   UltraPrintDocument document,
   Graphics graphics,
   PageSettings pageSettings,
   Rectangle headerRect,
   Rectangle footerRect,
   Rectangle pageBodyRect
)

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
headerRect
The System.Drawing.Rectangle of the header area.
footerRect
The Rectangle of the footer area.
pageBodyRect
The Rectangle of the page body area.
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