Search
RenderOptions.setEnableBackground Method
See Also
 

Sets a value indicating whether the diagram background should be filled using the Diagram.getBackBrush background brush.

Namespace: com.mindfusion.diagramming
Package: com.mindfusion.diagramming

 Syntax

Java  Copy Code

public void setEnableBackground (
    boolean value
)

 Parameters

value

true if the background should be filled whenprinting, otherwise false.

 See Also