DocumentBackground Property |
Gets or sets the background color of the document.
Namespace: Aspose.PdfAssembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntaxpublic Color Background { get; set; }
Public Property Background As Color
Get
Set
public:
property Color^ Background {
Color^ get ();
void set (Color^ value);
}
member Background : Color with get, set
Property Value
Type:
Color
See Also