Occurs before the first row at a page is added to a table.

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

Syntax

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

Remarks

This event lets the client specify the top of the current table. Note that it is possible to add multiple first rows.

See Also