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

In This Topic
    GetUsedFonts Method (FormXObject)
    In This Topic
    Gets the list of fonts referenced by this FormXObject.
    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 by this FormXObject.
    See Also