Back to Devexpress

PdfAcroFormFieldAppearance.ForeColor Property

officefileapi-devexpress-dot-pdf-dot-pdfacroformfieldappearance-b46214f9.md

latest1.1 KB
Original Source

PdfAcroFormFieldAppearance.ForeColor Property

Specifies the foreground color of an interactive form field.

Namespace : DevExpress.Pdf

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

NuGet Package : DevExpress.Pdf.Core

Declaration

csharp
public PdfRGBColor ForeColor { get; set; }
vb
Public Property ForeColor As PdfRGBColor

Property Value

TypeDescription
PdfRGBColor

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

|

See Also

PdfAcroFormFieldAppearance Class

PdfAcroFormFieldAppearance Members

DevExpress.Pdf Namespace