Search
DocumentView.saveTo Method
See Also
 

Saves the document into the specified stream.

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

 Syntax

Java  Copy Code

public void saveTo (
    OutputStream stream
)

 Parameters

stream

java.io.OutputStream instance.

 See Also