Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.3.23
|
Leadtools.Pdf Assembly > Leadtools.Pdf Namespace > PDFDocument Class : Fonts Property |
public IList<PDFFont> Fonts {get;}
'Declaration
Public ReadOnly Property Fonts As IList(Of PDFFont)
'Usage
Dim instance As PDFDocument Dim value As IList(Of PDFFont) value = instance.Fonts
public List<PDFFont> getFonts()
public: property IList<PDFFont>^ Fonts { IList<PDFFont>^ get(); }
For an example, refer to PDFDocumentPage.