Search
DiagramView.saveToJson Method (String)
See Also
 

Saves the diagram into a JSON file.

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

 Syntax

Java  Copy Code

public void saveToJson (
    String fileName
)

 Parameters

fileName

A string specifying the file name or full path.

 Remarks

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

 See Also