ImageGear v26.5 - Updated March 3, 2025
ImageGear.Core Assembly / ImageGear.Core Namespace / ImGearMetadataTree Class
Members




ImGearMetadataTree Class
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
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