Click or drag to resize

RadPdfPdfProcessingMaxPageHeightExceptionPageHeight Property

Gets a value representing the height (in pixels) of the page (at PageNumber) which was attempted to be created.

Namespace:  RadPdf.Exceptions
Assembly:  RadPdf (in RadPdf.dll) Version: 3.44.0.0 (3.44.0.0)
Syntax
public int PageHeight { get; }

Property Value

Type: Int32
Remarks
This value will always be greater than PdfWebControl.MaxPdfPageHeight.
See Also