ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Document Assembly / GrapeCity.ActiveReports.Document.Section Namespace / Page Class / Fonts Property

In This Topic
    Fonts Property (Page)
    In This Topic
    Returns the collection of fonts for the page.
    Syntax
    'Declaration
     
    Public Property Fonts As FontsCollection
    public FontsCollection Fonts {get; set;}

    Property Value

    The fonts.
    See Also