Search
DiagramView.saveToJsonString Method
See Also
 

Serializes the DiagramView's data to JSON.

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

 Syntax

Java  Copy Code

public String saveToJsonString ()

 Return Value

The JSON string.

 Remarks

This method adds view state information (scroll position, zoom level, Behavior property value) to the JSON dictionary created by the Diagram object's saveToJsonString method.

 See Also