Gets the fonts which are available in the PDF document.
Namespace: Spire.PdfAssembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)
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.