ImageGear .NET v25.1 - Updated
ImGearJP2TagIDs Enumeration




ImageGear.Core Assembly > ImageGear.Formats Namespace : ImGearJP2TagIDs Enumeration
Lists all JP2 tag identifiers.
Syntax
'Declaration
 
Public Enum ImGearJP2TagIDs 
   Inherits System.Enum
'Usage
 
Dim instance As ImGearJP2TagIDs
public enum ImGearJP2TagIDs : System.Enum 
__value public enum ImGearJP2TagIDs : public System.Enum 
public enum class ImGearJP2TagIDs : public System.Enum 
Members
MemberValueDescription
ALPHA_17Alpha channel 1 info.
ALPHA_28Alpha channel 2 info.
ALPHA_39Alpha channel 3 info.
ALPHA_CHANNELS1001Alpha channel.
ALPHA_MAPPING4Alpha channel mapping.
CAPTURE_RESOLUTION_X25Capture resloution X.
CAPTURE_RESOLUTION_Y27Capture resloution Y.
COMMENT20Comment info.
COMPRESSION1002Image compression.
DISPLAY_RESOLUTION_X24Display resloution X.
DISPLAY_RESOLUTION_Y26Display resloution Y.
FORMAT45JP2 metadata format identifier.
IPR1003Intellectual property rights.
RESOLUTION21Resolution info.
TYPE1005File 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.ImGearJP2TagIDs

See Also

Reference

ImageGear.Formats Namespace