Gets the number of pages contained in the PageCollection.

Namespace:  TallComponents.Web.Pdf
Assembly:  TallComponents.Web.PdfViewer (in TallComponents.Web.PdfViewer.dll) Version: 1.0.6.5

Syntax

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

Field Value

The number of pages contained in the PageCollection.

See Also