Occurs when the Compose phase starts.

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

Syntax

C#
public event ComposeSectionEventHandler StartCompose
Visual Basic
Public Event StartCompose As ComposeSectionEventHandler

Remarks

Implement a handler for this event to add leading content, for example a heading.

See Also