Version

PrintSection Method (HeaderFooterPageSection)

Prints the section into the specified graphics object.
Syntax
'Declaration
 
Public Overrides Sub PrintSection( _
   ByVal g As Graphics, _
   ByVal sectionRect As Rectangle, _
   ByVal clientRect As Rectangle _
) 
public override void PrintSection( 
   Graphics g,
   Rectangle sectionRect,
   Rectangle clientRect
)

Parameters

g
Graphics object into which the section should be rendered
sectionRect
Area where the section should be rendered
clientRect
Containing client area

Return Value

The area where the section was 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