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; }
Public Property ForeColor As PdfRGBColor
Get
Set
public:
property PdfRGBColor ForeColor {
PdfRGBColor get ();
void set (PdfRGBColor value);
}
member ForeColor : PdfRGBColor with get, set
Property Value
Type:
PdfRGBColor
The color of the text.
See Also