PdfTableCell.Header Property

PDF File Writer

PdfTableCellHeader Property

Cell is a header.

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

Property Value

Type: Boolean
Remarks
If this property is true, the PdfTableCell is a header otherwise it is a cell.
See Also