Occurs during the Compose phase of PDF generation.

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

Syntax

C#
protected override void Compose(
	Document doc
)
Visual Basic
Protected Overrides Sub Compose ( _
	doc As Document _
)

Parameters

doc
Type: TallComponents.PDF.Layout..::..Document
The document that this section belongs to.

Remarks

Iterates over all paragraphs in the main flow of all sections in the document and fires the ComposeEntry event for each paragraph it finds.

See Also