Search
PdfExporter.EnableBackground Property
See Also
 





Specifies whether to fill the background with color.

Namespace: MindFusion.Diagramming.Export
Package: MindFusion.Diagramming.Export.Pdf

 Syntax

C#  Copy Code

public bool EnableBackground { get; set; }

Visual Basic  Copy Code

Public Property EnableBackground As Boolean

 Property Value

true to paint the page background with the diagram's BackBrush, otherwise false. The default value is true.

 See Also