VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree.StructureTree Namespace / PdfStructureTreeRoot Class / IDTree Property
Syntax Requirements SeeAlso
In This Topic
    IDTree Property (PdfStructureTreeRoot)
    In This Topic
    Gets or sets a dictionary, which maps element identifiers to the structure elements they denote.
    Syntax
    'Declaration
    
    Public Property IDTree As PdfStructureElementDictionary
    
    
    public PdfStructureElementDictionary IDTree { get; set; }
    
    
    public: __property PdfStructureElementDictionary* get_IDTree();
    public: __property void set_IDTree(
    PdfStructureElementDictionary* value
    );
    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