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

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