Click or drag to resize

PdfStyledFieldWidget ForeColor Property

Gets the fore color of the Field.

Namespace: Spire.Pdf.Widget
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public PdfRGBColor ForeColor { get; set; }

Property Value

Type: PdfRGBColor
The color of the text.
See Also