Specifies whether to fill the background with color.
Namespace: MindFusion.Diagramming.Export
Assembly: MindFusion.Diagramming.Export.Pdf
SyntaxC#
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.
See Also