PdfTable.DefaultCellStyle Property

PDF File Writer

PdfTableDefaultCellStyle Property

Gets the default cell style.

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

Property Value

Type: PdfTableStyle
Default cell style.
Remarks

The default cell style is used by cells without private style.

The returned value is the default cell style object. A change to any of the syle properties will affect all cells without private style.

See Also