[]
Gets the names and types of all fonts that are used in the document.
public Dictionary<string, HashSet<EmbeddedFontType>> GetFontsInUse()
Public Function GetFontsInUse() As Dictionary(Of String, HashSet(Of EmbeddedFontType))
Type | Description |
---|---|
Dictionary<string, HashSet<EmbeddedFontType>> | All font names and their types that are used in the document. |