Event StartPage
Namespace TallComponents.PDF.Layout
Class Section
Occurs right after a new empty page has been added to the document.
This event lets you add content to the page before the main area is filled with paragraphs. Do not modify page attributes (size, margin) using this event, but use
instead.
Syntax
public event
StartPageEventHandler
StartPage