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

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