Occurs during generation when a new Paragraph is needed.

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

Syntax

C#
public event PrintParagraphEventHandler PrintParagraph
Visual Basic
Public Event PrintParagraph As PrintParagraphEventHandler

Remarks

This event occures in Event-Driven mode. Implement a handler if you need to provide content on the fly.

See Also