Gets or sets a brush to use as a page background for pages who do not have explicit background set.
Namespace: MindFusion.Reporting.Wpf
Assembly: MindFusion.Reporting.Wpf
C#
![]() |
---|
public Brush PageBackground { get; set; } |
Visual Basic
![]() |
---|
Public Property PageBackground As Brush |
A WPF Brush object. The default is null (Nothing in Visual Basic).
Pages, which do not specify Background will be rendered using this brush. If this brush is null (Nothing in Visual Basic) those pages will be either transparent or rendered using the default background color of the target image format.