PdfTable.DefaultHeaderStyle Property

PDF File Writer

PdfTableDefaultHeaderStyle Property

Gets the default header style.

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

Property Value

Type: PdfTableStyle
Default header style.
Remarks

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.

See Also