Gets or sets page's background color.
Namespace: Spire.PdfAssembly: Spire.Pdf (in Spire.Pdf.dll) Version: 6.2.6.0 (6.2.6.2020)
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