Occurs right after the main area has been completely filled with paragraphs.

Namespace: TallComponents.PDF.Layout
Assembly: TallComponents.PDF.Layout (in TallComponents.PDF.Layout.dll) Version: 3.0.63.0

Syntax

C#
public event EndPageEventHandler EndPage
Visual Basic
Public Event EndPage As EndPageEventHandler

Remarks

This event lets you add content to the page after the normal content flow ends on this page. Declarative defined page headers, footers and areas will not be displayed.

See Also