Skip to main content
A newer version of this page is available. .

PdfGraphicsAcroFormFieldAppearance.ForeColor Property

Specifies the foreground color of an interactive form field.

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v18.2.Drawing.dll

Declaration

public Color ForeColor { get; set; }

Property Value

Type Description
Color

A Color structure specifying the foreground color of an interactive form field.

See Also