Gets or sets the current text rise.
Namespace:
BitMiracle.Docotic.Pdf
Assembly:
BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)
Syntax
C#
public double TextRise { get; set; }
VB
Public Property TextRise As Double
Get
Set
Property Value
Type:
DoubleThe text rise.
Remarks
Text rise specifies the distance, in unscaled text space
units, to move the baseline up or down from its default location.
Positive values of text rise move the baseline up. Adjustments to
the baseline are useful for drawing superscripts or subscripts. The
default location of the baseline can be restored by setting the
text rise to 0.
Default value: 0.
See Also