Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / Page Class / GetUsedFonts Method

In This Topic
    GetUsedFonts Method (Page)
    In This Topic
    Gets the list of fonts referenced from content streams on this page.
    Syntax
    'Declaration
     
    Public Function GetUsedFonts() As System.Collections.Generic.ICollection(Of Font)
    public System.Collections.Generic.ICollection<Font> GetUsedFonts()

    Return Value

    The list of fonts referenced from this page.
    See Also