ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Formats.XMP Namespace / ImGearXMPStructure Class
Members




In This Topic
    ImGearXMPStructure Class
    In This Topic
    Specifies baseline features for XMP structures.
    Object Model
    ImGearXMPStructure Class
    Syntax
    'Declaration
     
    Public MustInherit Class ImGearXMPStructure 
       Inherits ImGearXMPValue
    'Usage
     
    Dim instance As ImGearXMPStructure
    public abstract class ImGearXMPStructure : ImGearXMPValue 
    public __gc abstract class ImGearXMPStructure : public ImGearXMPValue 
    public ref class ImGearXMPStructure abstract : public ImGearXMPValue 
    Remarks
    This abstract class specifies baseline features for XMP structures, such as ImGearXMPFont class, ImGearXMPColorant class, etc.
    Inheritance Hierarchy
    See Also