Represents the method that will handle the EndPage event of a Section.

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

Syntax

C#
public delegate void EndPageEventHandler(
	Section sender,
	EndPageEventArgs e
)
Visual Basic
Public Delegate Sub EndPageEventHandler ( _
	sender As Section, _
	e As EndPageEventArgs _
)

See Also