PdfTable.CellStyle Property

PDF File Writer

PdfTableCellStyle Property

Creates a cell style object as a copy of the default cell style.

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

Property Value

Type: PdfTableStyle
See Also