Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Svg Namespace / GcSvgDocument Class / SerifFonts Property

In This Topic
    SerifFonts Property
    In This Topic
    Gets or sets the list of font names belonging to the Serif font family.
    Syntax
    'Declaration
     
    Public Property SerifFonts As System.Collections.Generic.List(Of String)
    public System.Collections.Generic.List<string> SerifFonts {get; set;}
    See Also