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

In This Topic
    StemH Property
    In This Topic
    Gets the thickness, measured vertically, of the dominant horizontal stems of glyphs in the font.
    Syntax
    'Declaration
     
    Public ReadOnly Property StemH As System.Nullable(Of Single)
    public System.Nullable<float> StemH {get;}
    See Also