Gets or sets the height of the page, expressed in PDF's default user space units.
Namespace:
BitMiracle.Docotic.Pdf
Assembly:
BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)
Syntax
C#
public double Height { get; set; }
VB
Public Property Height As Double
Get
Set
Property Value
Type:
DoubleThe height of the page, expressed in PDF's default user space units.
Remarks
Default value: 842 (the height of the A4 sheet).
NOTE: Changing the value of this property updates value of
MediaBox property.
See Also