Gets or sets page's background color.
Namespace: Spire.PdfAssembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)
Syntax
| C# | Visual Basic | Visual C++ | F# |
public Color BackgroundColor { get; set; }
Public Property BackgroundColor As Color Get Set
public: property Color BackgroundColor { Color get (); void set (Color value); }
member BackgroundColor : Color with get, set