Represents the method that will handle the StartPage 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 StartPageEventHandler(
	Section sender,
	StartPageEventArgs e
)
Visual Basic
Public Delegate Sub StartPageEventHandler ( _
	sender As Section, _
	e As StartPageEventArgs _
)

Remarks

To change the page properties (Page size, margins) change the value in the QueryPageSettingsEventHandler event.

See Also