VintaSoft Imaging .NET SDK 12.3: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree.Fonts Namespace / PdfFontDictionary Class
Members Object Syntax Hierarchy Requirements SeeAlso
In This Topic
    PdfFontDictionary Class
    In This Topic
    Represents a dictionary from name to PdfFont.
    Object Model
    PdfFont PdfDocument PdfIndirectReference PdfBasicObject PdfFontDictionary
    Syntax
    'Declaration
    
    <DefaultMemberAttribute("Item")>
    Public Class PdfFontDictionary
       Inherits Vintasoft.Imaging.Pdf.Tree.PdfNamedDictionary(Of T)
    
    
    [DefaultMember("Item")]
    public class PdfFontDictionary : Vintasoft.Imaging.Pdf.Tree.PdfNamedDictionary<T>
    
    
    [DefaultMember("Item")]
    public __gc class PdfFontDictionary : public Vintasoft.Imaging.Pdf.Tree.PdfNamedDictionary<T*>*
    
    
    [DefaultMember("Item")]
    public ref class PdfFontDictionary : public Vintasoft.Imaging.Pdf.Tree.PdfNamedDictionary<T^>^
    
    
    Inheritance Hierarchy
    Requirements

    Target Platforms: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also