C#
VB
Java
C++
Gets a list of the embedded fonts of this PDFDocument.
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();
}
A list of PDFFont contained in this PDFDocument.
For an example, refer to PDFDocumentPage.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET