Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / SaveOptions Class / GetFontsInUse Method

In This Topic
    GetFontsInUse Method
    In This Topic
    Gets the names and types of all fonts that are used in the document.
    Syntax
    'Declaration
     
    Public Function GetFontsInUse() As System.Collections.Generic.Dictionary(Of String,HashSet(Of EmbeddedFontType))
    public System.Collections.Generic.Dictionary<string,HashSet<EmbeddedFontType>> GetFontsInUse()

    Return Value

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