Documents for PDF, .NET Edition Documentation
GetFonts Method

GrapeCity.Documents.Pdf Assembly > GrapeCity.Documents.Pdf Namespace > GcPdfDocument Class : GetFonts Method
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

Reference

GcPdfDocument Class
GcPdfDocument Members