VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree Namespace / PdfDeveloperExtensionDictionary Class
Members Object Syntax Remarks Hierarchy Requirements SeeAlso
In This Topic
    PdfDeveloperExtensionDictionary Class
    In This Topic
    Represents a collection of developer extensions.
    Object Model
    PdfDeveloperExtension PdfDeveloperExtension PdfDocument PdfIndirectReference PdfBasicObject PdfDeveloperExtensionDictionary
    Syntax
    'Declaration
    
    <DefaultMemberAttribute("Item")>
    Public Class PdfDeveloperExtensionDictionary
       Inherits PdfNamedDictionary(Of T)
    
    
    [DefaultMember("Item")]
    public class PdfDeveloperExtensionDictionary : PdfNamedDictionary<T>
    
    
    [DefaultMember("Item")]
    public __gc class PdfDeveloperExtensionDictionary : public PdfNamedDictionary<T*>*
    
    
    [DefaultMember("Item")]
    public ref class PdfDeveloperExtensionDictionary : public PdfNamedDictionary<T^>^
    
    
    Remarks

    Beginning with PDF BaseVersion 1.7, the extensions dictionary lets developers designate that a given document contains extensions to PDF. The presence of the extension dictionary in a document indicates that it may contain developer-specific PDF properties that extend a particular base version of the PDF specification.

    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