Search
DiagramDocument.Pages Property
See Also
 





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

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public ObservableCollection<DiagramPage> Pages { get; }

Visual Basic  Copy Code

Public ReadOnly Property Pages As ObservableCollection(Of DiagramPage)

 Property Value

A list with all document pages.

 See Also