←Select platform

Fonts Property

Summary

Gets a list of the embedded fonts of this PDFDocument.

Syntax
C#
VB
C++
Java
public IList<PDFFont> Fonts { get; } 
Public ReadOnly Property Fonts As IList(Of PDFFont) 
public java.util.List<PDFFont> getFonts(); 
public: 
property IList<PDFFont>^ Fonts { 
   IList<PDFFont>^ get(); 
} 

Property Value

A list of PDFFonts contained in this PDFDocument.

Example

For an example on general parsing of PDF pages, refer to PDFDocumentPage. For an example on drawing the objects of a page on the surface of an image, refer to PDFObject.

Requirements

Target Platforms

Help Version 21.0.2021.7.6
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Pdf Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.