DroidDiagram Programmer's Guide
DiagramDocument.saveToFile Method
See Also
 






Saves the document to the specified file in a binary format.

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

 Syntax

Java  Copy Code

public void saveToFile (
    String fileName
)

 Parameters

fileName

The full path and name of the disk file where the document should be saved.

 See Also

DiagramDocument Members
DiagramDocument Class
com.mindfusion.diagramming Namespace