Specifies whether to fill the background with color.
Namespace: MindFusion.Diagramming.Export
Package: MindFusion.Diagramming.Export.Pdf
C# Copy Code |
---|
public bool EnableBackground { get; set; } |
Visual Basic Copy Code |
---|
Public Property EnableBackground As Boolean |
true to paint the page background with the diagram's BackBrush, otherwise false. The default value is true.