Property Height
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
Height
Gets or sets the height of the XObject in pixels.
public double Height { get; set; }
Property Value
- double
The height of the XObject in pixels.
Remarks
Default value: 842 (the height of the A4 sheet).
NOTE: Changing the value of this property updates the value of BoundingBox property.