PdfTextAppearanceRise Property |
Gets or sets the rise, or how much characters sit above (or below) the baseline. This is used for creating superscript or subscript writing.
Namespace:
Atalasoft.PdfDoc.Generating.Rendering
Assembly:
Atalasoft.PdfDoc (in Atalasoft.PdfDoc.dll) Version: 11.5.0.0.0.156 (.NET 4.6.2, x86)
Syntaxpublic double Rise { get; set; }
Public Property Rise As Double
Get
Set
Property Value
Type:
Double
The rise.
See Also