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; }
Public ReadOnly Property UsedFonts As PdfUsedFont()
Get
public:
property array<PdfUsedFont^>^ UsedFonts {
array<PdfUsedFont^>^ get ();
}
member UsedFonts : PdfUsedFont[] with get
Property Value
Type:
PdfUsedFont
Retruns the fonts which are used in the PDF document.
See Also