ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Formats Namespace / ImGearXMPTagIDs Enumeration




In This Topic
    ImGearXMPTagIDs Enumeration
    In This Topic
    Lists all XMP tag identifiers.
    Syntax
    'Declaration
     
    Public Enum ImGearXMPTagIDs 
       Inherits System.Enum
    'Usage
     
    Dim instance As ImGearXMPTagIDs
    public enum ImGearXMPTagIDs : System.Enum 
    __value public enum ImGearXMPTagIDs : public System.Enum 
    public enum class ImGearXMPTagIDs : public System.Enum 
    Members
    MemberValueDescription
    About2About attribute value.
    Alt11Alternative array of values tree.
    Bag9Bag of values (unordered array) tree.
    Description1XMP Schema tree.
    FORMAT0XMP Metadata Format identifier.
    Item12Array item tree.
    Lang13Language alternative tree.
    Namespace3Namespace tree.
    Prefix4Namespace prefix value.
    Properties6Properties tree.
    Property7Property tree.
    Qualifier16Qualifier tree.
    Qualifiers15Qualifiers tree.
    Seq10Sequence of values (ordered array) tree.
    Struct14Structure tree.
    URI5Namespace URI value.
    Value8Property value.
    Remarks
    These identifiers represent structural types of XMP metadata, such as Value, Sequence, Bag, Qualifier, etc. ImageGear does not provide enumerations for particilar properties of XMP schemes.

    For more information about XMP metadata support, see XMP Metadata.

    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             ImageGear.Formats.ImGearXMPTagIDs

    See Also