PdfTable.HeaderOnEachPage Property

PDF File Writer

PdfTableHeaderOnEachPage Property

Gets or sets the flag controlling the drawing of the header row.

Namespace:  PdfFileWriter
Assembly:  PdfFileWriter (in PdfFileWriter.dll) Version: 1.1.24.0 (1.1.24.0)
Syntax
C#
public bool HeaderOnEachPage { get; set; }

Property Value

Type: Boolean
Remarks
If the flag is true (the default), the header is drawn on each page. If the flag is false, the header is drawn one time only at the start of the table.
See Also