PdfTableStyle.ForegroundColor Property

PDF File Writer

PdfTableStyleForegroundColor Property

Gets or sets foreground color.

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

Property Value

Type: Color
Remarks
Foreground color is used for text and Barcode.
See Also