[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.SaveOptions.GetFontsInUse

GetFontsInUse Method

GetFontsInUse()

Gets the names and types of all fonts that are used in the document.

Declaration
public Dictionary<string, HashSet<EmbeddedFontType>> GetFontsInUse()
Public Function GetFontsInUse() As Dictionary(Of String, HashSet(Of EmbeddedFontType))
Returns
Type Description
Dictionary<string, HashSet<EmbeddedFontType>>

All font names and their types that are used in the document.