Property LineHeight
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
LineHeight
Gets or sets the height of the one line of drawn text.
public double LineHeight { get; set; }
Property Value
- double
The height of the one line of drawn text (distance between top lines of two consecutive strings).
Remarks
Default value: -1
.
When the values of this property is negative then text will be drawn using the GetTextHeight() line height.
This property is only used when Multiline is true
.