Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Text Namespace / FontDescriptor Class / Ascent Property

In This Topic
    Ascent Property
    In This Topic
    Gets the maximum height above the baseline reached by glyphs in this font, excluding the height of glyphs for accented characters.
    Syntax
    'Declaration
     
    Public ReadOnly Property Ascent As System.Nullable(Of Single)
    public System.Nullable<float> Ascent {get;}
    See Also