PageCollection.Count Property
Gets the number of pages in the collection.
Namespace: DevExpress.Docs.Pdf
Assembly: DevExpress.Docs.Pdf.v26.1.dll
Declaration
Property Value
| Type | Description |
|---|---|
| Int32 | The number of pages in the collection. |
Implements
System.Collections.Generic.ICollection<DevExpress.Docs.Pdf.Page>.Count
See Also