ASP.NET Pack Programmer's Guide
DiagramView.saveToString Method (Int32, Boolean)
See Also
 






Saves the diagram contents into a string.

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

 Syntax

Java  Copy Code

public String saveToString (
    int format,
    boolean includeUnalteredProperties
)

 Parameters

format

A SaveToStringFormat contstant that indicates the desired serialized string format.

includeUnalteredProperties

true to serialize all attributes; false to serialize only attributes different from their default value.

 Return Value

A String containing the serialized diagram.

 See Also

saveToString Method Overload List
DiagramView Members
DiagramView Class
com.mindfusion.diagramming Namespace