Skip to main content

PdfAcroFormFieldAppearance.ForeColor Property

Specifies the foreground color of an interactive form field.

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v23.2.Core.dll

NuGet Package: DevExpress.Pdf.Core

Declaration

public PdfRGBColor ForeColor { get; set; }

Property Value

Type Description
PdfRGBColor

A PdfRGBColor object that specifies the interactive form field’s foreground color.

See Also