Gets the number of pages contained in the PageCollection.
Namespace:
TallComponents.Web.PdfAssembly: 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 (); } |