Click or drag to resize

PdfGradientBrush Background Property

Gets or sets the background color of the brush.

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

Property Value

Type: PdfRGBColor
Remarks
This value is optional. If null is assigned to it, the associated entry is removed from the appropriate dictionary.
See Also