Sets text rise.
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
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public void SetTextRise(
double rise
)
Public Sub SetTextRise (
rise As Double
)
public:
virtual void SetTextRise(
[InAttribute] double rise
) sealed
function SetTextRise(rise);
Parameters
- rise
- Type: SystemDouble
the new text rise
See Also