PdfTableCell.Style Property

PDF File Writer

PdfTableCellStyle Property

Gets or sets cell's style.

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

Property Value

Type: PdfTableStyle
Remarks

If Style was not set by the caller, this value is the default cell style. Any change to the properties will affect all cells without cell style.

If Style was set by the caller to a private style, this value is the private cell style. Any change to the properties will affect all other cells sharing this private cell style.

See Also