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

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