Search
RenderOptions.setEnableAnchors Method
See Also
 

Sets a value indicating whether anchor point marks should be printed.

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

 Syntax

Java  Copy Code

public void setEnableAnchors (
    boolean value
)

 Parameters

value

true if anchor point marks should be printed,otherwise false.

 See Also