Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / SaveOptions Class / CommonSystemFontNames Property

In This Topic
    CommonSystemFontNames Property
    In This Topic
    Gets the collection of common system font names. If the value of EmbedSystemFonts is false, then the fonts from this collection will not be embedded.
    Syntax
    'Declaration
     
    Public ReadOnly Property CommonSystemFontNames As System.Collections.Generic.HashSet(Of String)
    public System.Collections.Generic.HashSet<string> CommonSystemFontNames {get;}
    See Also