RadPdfPdfProcessingMaxPagesExceptionPageCount Property |
Gets a value representing the number of pages in the document which was attempted to be created.
Namespace:
RadPdf.Exceptions
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
Remarks
This value will always be greater than PdfWebControl.MaxPdfPages.
See Also