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

In This Topic
    FontName Property (DocumentFont)
    In This Topic
    Gets the name of the font as specified by the user.

    For fonts created automatically due to font substitution, this is still the name of the original specified font, not of the substitute font.

    Syntax
    'Declaration
     
    Public ReadOnly Property FontName As System.String
    public System.string FontName {get;}
    See Also