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