Method LineHeight
- Namespace
- BitMiracle.Docotic.Pdf.Layout
- Assembly
- BitMiracle.Docotic.Pdf.Layout.dll
LineHeight(double)
Sets the line height.
public TextStyle LineHeight(double lineHeight)
Parameters
lineHeight
doubleThe scale factor for the normal line height.
1
means the default line height.
Returns
- TextStyle
The copy of this style with the applied line height.