Occurs right after a new empty page has been added to the document.

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

Syntax

C#
public event StartPageEventHandler StartPage
Visual Basic
Public Event StartPage As StartPageEventHandler

Remarks

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 QueryPageSettings instead.

See Also