←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 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 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Pdf Assembly