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