Skip to main content
All docs
V25.1
  • PdfRedactAnnotationFacade.FillColor Property

    Specifies an annotation’s fill color.

    Namespace: DevExpress.Pdf

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

    NuGet Package: DevExpress.Pdf.Core

    Declaration

    public PdfRGBColor FillColor { get; set; }

    Property Value

    Type Description
    PdfRGBColor

    The fill color.

    Remarks

    Use the OverlayText property to specify the annotation’s text. You can specify the background color and overlay text separately.

    See Also