ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Core Namespace / ImGearMetadataTree Class
Members




In This Topic
    ImGearMetadataTree Class
    In This Topic
    Encapsulates entity of file format metadata tree.
    Object Model
    ImGearMetadataTree ClassImGearMetadataNodeList ClassImGearMetadataNode ClassImGearMetadataNode Class
    Syntax
    'Declaration
     
    Public NotInheritable Class ImGearMetadataTree 
       Inherits ImGearMetadataNode
    'Usage
     
    Dim instance As ImGearMetadataTree
    public sealed class ImGearMetadataTree : ImGearMetadataNode 
    public __gc __sealed class ImGearMetadataTree : public ImGearMetadataNode 
    public ref class ImGearMetadataTree sealed : public ImGearMetadataNode 
    Remarks
    Represents metadata tree with structure of any complexity. Similar to ImGearMetadataHead, ImGearMetadataTree, this is a special case of metadata node with Parent property set to null.
    Inheritance Hierarchy

    System.Object
       ImageGear.Core.ImGearMetadataNode
          ImageGear.Core.ImGearMetadataTree

    See Also