Click or drag to resize

PdfPageHeight Property

Gets a value representing the height of this page as displayed (in pixels).

Namespace:  RadPdf.Data.Document.Pages
Assembly:  RadPdf (in RadPdf.dll) Version: 3.43.0.0 (3.43.0.0)
Syntax
public int Height { get; }

Property Value

Type: Int32
Remarks

This value can be converted to inches using Dpi.

A PdfDocument uses the PDF crop box when displaying PDF pages. This property takes into account any crops done to this page in RAD PDF or other tools.

See Also