 | 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: 5.1.3
Syntaxpublic 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
Single
See Also