Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / GcPdfDocument Class / GetFonts Method

In This Topic
    GetFonts Method
    In This Topic
    Gets the list of fonts in this GcPdfDocument.
    Syntax
    'Declaration
     
    Public Function GetFonts() As System.Collections.Generic.ICollection(Of Font)
    public System.Collections.Generic.ICollection<Font> GetFonts()

    Return Value

    The list of fonts present in this document.
    See Also