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

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