PDF File Writer Class Library - Author Uzi Granot
PdfTableDefaultHeaderStyle Property |
Gets the default header style.
Namespace: PdfFileWriter
Assembly: PdfFileWriter (in PdfFileWriter.dll) Version: 1.1.24.0 (1.1.24.0)

C#
public PdfTableStyle DefaultHeaderStyle { get; }
Property Value
Type: PdfTableStyleDefault header style.

The default header style is used by headers without private style.
The returned value is the default header style object. A change to any of the syle properties will affect all headers without private style.
