PdfPageCollectionPageCount Property |
Gets the number of pages in this document.
Namespace:
RadPdf.Data.Document.Pages
Assembly:
RadPdf (in RadPdf.dll) Version: 3.48.0.0 (3.48.0.0)
Syntax public int PageCount { get; }
Public ReadOnly Property PageCount As Integer
Get
Property Value
Type:
Int32Remarks 0 will be returned if no pages were found or no document is loaded.
See Also