Skip to main content
All docs
V26.1
  • WidgetAnnotation.ForeColor Property

    Gets or sets the form field widget’s foreground color.

    Namespace: DevExpress.Docs.Pdf

    Assembly: DevExpress.Docs.Pdf.v26.1.dll

    NuGet Package: DevExpress.Docs.Pdf

    Declaration

    public PdfColor ForeColor { get; set; }

    Property Value

    Type Description
    PdfColor

    The foreground color.

    See Also