Gets or sets the background color of the brush.

Namespace: Spire.Pdf.Graphics
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 6.2.6.0 (6.2.6.2020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public PdfRGBColor Background { get; set; }
Public Property Background As PdfRGBColor
	Get
	Set
public:
property PdfRGBColor Background {
	PdfRGBColor get ();
	void set (PdfRGBColor value);
}
member Background : PdfRGBColor with get, set

Property Value

PdfRGBColor

Remarks

This value is optional. If null is assigned to it, the associated entry is removed from the appropriate dictionary.

See Also