[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.SaveOptions.CommonSystemFontNames

CommonSystemFontNames Property

CommonSystemFontNames

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.

Declaration
public HashSet<string> CommonSystemFontNames { get; }
Public ReadOnly Property CommonSystemFontNames As HashSet(Of String)