BackgroundArtifactBackgroundColor Property |
Gets or sets bacground color of background artifact
Namespace: Aspose.PdfAssembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntaxpublic 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
Property Value
Type:
Color
See Also