PDF .NET Library Documentation - PDF Technologies, Inc.
This procedure sets the "text rise", the amount of text base line offset in the vertical dimension in points (1/72 inches).

Namespace:  PDFTech
Assembly:  PDFTechLib (in PDFTechLib.dll) Version: 1.0.0.0 (1.7.9.0)

Syntax

C#
public void SetTextRise(
	double Rise
)
Visual Basic (Declaration)
Public Sub SetTextRise ( _
	Rise As Double _
)
Visual C++
public:
void SetTextRise(
	double Rise
)

Parameters

Rise
Type: System..::.Double
Text rise value

Remarks

A positive rise moves the baseline upward, causing subsequent text to become superscript.

Similarly, a negative rise may be used to produce subscript text.

See Also