Search
DiagramDocument.addPage Method
See Also
 





Adds a page to the document.

Namespace: MindFusion.Diagramming
File: DiagramDocument.js

 Syntax

JavaScript  Copy Code

function addPage (page)

 Parameters

page

DiagramPage. The page to add.

 See Also