ComponentOne ReportViewer for ASP.NET Web Forms
C1.C1Report.4 Assembly / C1.C1Preview Namespace / DocumentFont Class / Glyphs Property

In This Topic
    Glyphs Property
    In This Topic
    Gets the array of glyphs that were rendered using the current font.
    Syntax
    'Declaration
     
    Public ReadOnly Property Glyphs As System.Char()
    public System.char[] Glyphs {get;}
    See Also