VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree.StructureTree Namespace / PdfStructureElement Class / Parent Property
Syntax Exceptions Requirements SeeAlso
In This Topic
    Parent Property (PdfStructureElement)
    In This Topic
    Gets or sets the immediate parent of structure element in the structure hierarchy.
    Syntax
    'Declaration
    
    Public Property Parent As PdfStructureCompositeNode
    
    
    public PdfStructureCompositeNode Parent { get; set; }
    
    
    public: __property PdfStructureCompositeNode* get_Parent();
    public: __property void set_Parent(
    PdfStructureCompositeNode* value
    );
    Exceptions
    ExceptionDescription
    Thrown if new value is not an indirect reference.
    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