Click or drag to resize

IPdfComboBoxField BackColor Property

Gets or sets the color of the background.

Namespace: Spire.Pdf.Fields
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
PdfRGBColor BackColor { get; set; }

Property Value

Type: PdfRGBColor
The color of the background.
See Also