Occurs when is a new row is required to continue rendering.

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

Syntax

C#
public event PrintRowEventHandler PrintRow
Visual Basic
Public Event PrintRow As PrintRowEventHandler

Remarks

This event lets the client specify a new row to add to the current table.

See Also