Search
DiagramDocument.removePage Method
See Also
 





Removes the specified page from the document.

Namespace: MindFusion.Diagramming
File: DiagramDocument.js

 Syntax

JavaScript  Copy Code

function removePage (page)

 Parameters

page

DiagramPage. The page to be removed.

 See Also