Gets list of all pages in a document.

Namespace: Arctorus.Documents
Assembly: Arctorus.Documents (in Arctorus.Documents.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public List<Page> Pages { get; }
Visual Basic
Public ReadOnly Property Pages As List(Of Page)
	Get
Visual C++
public:
property List<Page^>^ Pages {
	List<Page^>^ get ();
}

See Also