Get or set the number of rows repeated if the table is broken by page edges pages.

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

Syntax

C#
public int RepeatFirstRows { get; set; }
Visual Basic
Public Property RepeatFirstRows As Integer
	Get
	Set

Remarks

The rows repeated are the first rows from the table.

See Also