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




In This Topic
    ImGearJPXTagIDs Enumeration
    In This Topic
    Lists all JPX tag identifiers.
    Syntax
    'Declaration
     
    Public Enum ImGearJPXTagIDs 
       Inherits System.Enum
    'Usage
     
    Dim instance As ImGearJPXTagIDs
    public enum ImGearJPXTagIDs : System.Enum 
    __value public enum ImGearJPXTagIDs : public System.Enum 
    public enum class ImGearJPXTagIDs : public System.Enum 
    Members
    MemberValueDescription
    ALPHA_17Alpha channel 1 info.
    ALPHA_28Alpha channel 2 info.
    ALPHA_39Alpha channel 3 info.
    ALPHA_410Alpha channel 4 info.
    ALPHA_MAPPING4Alpha channel mapping.
    CAPTURE_RESOLUTION_X25Capture resloution X.
    CAPTURE_RESOLUTION_Y27Capture resloution Y.
    CHROMA1007Chroma key data.
    COMMENT20Comment info.
    COMPRESSION1002Image compression.
    DISPLAY_RESOLUTION_X24Display resloution X.
    DISPLAY_RESOLUTION_Y26Display resloution Y.
    FORMAT47JPX metadata format identifier.
    IPR1003Intellectual property rights.
    RESOLUTION21Resolution info.
    TYPE1005This value has been deprecated. File format type.
    UUID28This tag identifies the UUID metadata tree.
    UUID_DATA30This tag specifies the UUID data.
    UUID_ID29 This tag specifies the UUID identifier.
    XML1006XML metadata.
    XMP31XML packet containing XMP metadata.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             ImageGear.Formats.ImGearJPXTagIDs

    See Also