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

In This Topic
    Descent Property
    In This Topic
    Gets the maximum depth below the baseline reached by glyphs in this font. The value is a negative number.
    Syntax
    'Declaration
     
    Public ReadOnly Property Descent As System.Nullable(Of Single)
    public System.Nullable<float> Descent {get;}
    See Also