←Select platform

Fonts Property

Summary

Gets a list of the embedded fonts of this PDFDocument.

Syntax

C#
VB
Java
C++
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 PDFFont contained in this PDFDocument.

Example

For an example, refer to PDFDocumentPage.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Pdf Assembly