| PdfPageHeight Property |
Gets page height (excluding non-displayable area) measured in points.One point is 1/72 inch (around 0.3528 mm)
Namespace: Patagames.Pdf.NetAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.89.2704
Syntax public float Height { get; }
Public ReadOnly Property Height As Single
Get
public:
property float Height {
float get ();
}
member Height : float32 with get
/** @property */
public float get_Height()
Property Value
SingleSee Also