Gets the fonts which are available in the PDF document.

Namespace: Spire.Pdf
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 6.2.6.0 (6.2.6.2020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public PdfUsedFont[] UsedFonts { get; }
Public ReadOnly Property UsedFonts As PdfUsedFont()
	Get
public:
property array<PdfUsedFont^>^ UsedFonts {
	array<PdfUsedFont^>^ get ();
}
member UsedFonts : PdfUsedFont[] with get

Property Value

array<PdfUsedFont>[]()[][]
Retruns the fonts which are used in the PDF document.

See Also