VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree Namespace / PdfMarkedContentPropertyMap Class
Members Object Syntax Hierarchy Requirements SeeAlso
In This Topic
    PdfMarkedContentPropertyMap Class
    In This Topic
    A dictionary that maps the resource names to the property list dictionaries for marked content.
    Object Model
    PdfMarkedContentProperty PdfDocument PdfIndirectReference PdfBasicObject PdfMarkedContentPropertyMap
    Syntax
    'Declaration
    
    <DefaultMemberAttribute("Item")>
    Public NotInheritable Class PdfMarkedContentPropertyMap
       Inherits PdfNamedDictionary(Of T)
    
    
    [DefaultMember("Item")]
    public sealed class PdfMarkedContentPropertyMap : PdfNamedDictionary<T>
    
    
    [DefaultMember("Item")]
    public __gc __sealed class PdfMarkedContentPropertyMap : public PdfNamedDictionary<T*>*
    
    
    [DefaultMember("Item")]
    public ref class PdfMarkedContentPropertyMap sealed : public PdfNamedDictionary<T^>^
    
    
    Inheritance Hierarchy
    Requirements

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

    See Also