Skip to main content

PdfWidgetAppearanceCharacteristics.BackgroundColor Property

Gets a value specifying the color of the widget annotation’s background.

Namespace: DevExpress.Pdf

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

NuGet Package: DevExpress.Pdf.Core

Declaration

public PdfColor BackgroundColor { get; }

Property Value

Type Description
PdfColor

A PdfColor object that is the color of the widget annotation’s background.

See Also