PdfTableStyle.BackgroundColor Property

PDF File Writer

PdfTableStyleBackgroundColor Property

Gets or sets background color.

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

Property Value

Type: Color
Remarks
If background color is not empty, the frame area of the cell will be painted by this color. Default is Color.Empty.
See Also