Gets the count of pages in the document.

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

Syntax

C#
public int PageCount { get; }
Visual Basic (Declaration)
Public ReadOnly Property PageCount As Integer
Visual C++
public:
property int PageCount {
	int get ();
}

See Also