Occurs when the Compose phase is about to end.

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

Syntax

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

Remarks

Implement a handler for this event to add the final content, for example a summary or closing statement.

See Also