Click or drag to resize

PdfDocument UsedFonts Property

Gets the fonts which are available in the PDF document.

Namespace: Spire.Pdf
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public PdfUsedFont[] UsedFonts { get; }

Property Value

Type: PdfUsedFont
Retruns the fonts which are used in the PDF document.
See Also