Gets the collection of pages.

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

Syntax

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

See Also