Gets the collection of pages in the document.

Namespace:  PerpetuumSoft.Reporting.DOM
Assembly:  PerpetuumSoft.Reporting (in PerpetuumSoft.Reporting.dll) Version: 3.9.0.1

Syntax

C#
public PageCollection Pages { get; }
Visual Basic (Declaration)
Public ReadOnly Property Pages As PageCollection
Visual C++
public:
property PageCollection^ Pages {
	PageCollection^ get ();
}

See Also