Click or drag to resize

PdfPageCollectionPageCount Property

Gets the number of pages in this document.

Namespace:  RadPdf.Data.Document.Pages
Assembly:  RadPdf (in RadPdf.dll) Version: 3.44.0.0 (3.44.0.0)
Syntax
public int PageCount { get; }

Property Value

Type: Int32
Remarks
0 will be returned if no pages were found or no document is loaded.
See Also