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

In This Topic
    MaxWidth Property (FontDescriptor)
    In This Topic
    Gets the maximum width of glyphs in the font.
    Syntax
    'Declaration
     
    Public ReadOnly Property MaxWidth As System.Nullable(Of Single)
    public System.Nullable<float> MaxWidth {get;}
    See Also