Search
DiagramView.print Method
See Also
 





Exports the diagram as a list of images to a new HTML document and opens the browser's print dialog.

Namespace: MindFusion.Diagramming
Package: DiagramView.js

 Syntax

JavaScript  Copy Code

function print ([options])

 Parameters

options
Optional.

Object. An object, containing customization properties, including printArea (defaults to diagram.getContentBounds()) and pageSize (defaults to diagramView.viewport).

 See Also