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

In This Topic
    CapHeight Property (FontDescriptor)
    In This Topic
    Gets the vertical coordinate of the top of flat capital letters, measured from the baseline.
    Syntax
    'Declaration
     
    Public ReadOnly Property CapHeight As System.Nullable(Of Single)
    public System.Nullable<float> CapHeight {get;}
    See Also