Gets or sets the background color of the brush.
Namespace: Spire.Pdf.GraphicsAssembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)
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.