Search
DiagramDocument.pages Property
See Also
 






Gets a list of the diagram pages contained in this document.

Namespace: MindFusion.Diagramming
File: DiagramDocument.js

 Syntax

JavaScript  Copy Code

get pages() {}
set pages(value) {}

 Property Value

Array

Array of DiagramPage objects.

 Remarks

Use the addPage and removePage methods to respectively add or remove pages.

 See Also