PDF .NET Library Documentation - PDF Technologies, Inc.
Assembly: PDFTechLib (in PDFTechLib.dll) Version: 1.0.0.0 (1.7.9.0)
This procedure sets the "text rise", the amount of text base line offset in the vertical
dimension in points (1/72 inches).
Namespace:
PDFTechAssembly: 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.