ImageGear .NET - Updated
ImGearJP2TagIDs Enumeration




ImageGear24.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
MemberDescription
ALPHA_1Alpha channel 1 info.
ALPHA_2Alpha channel 2 info.
ALPHA_3Alpha channel 3 info.
ALPHA_CHANNELSAlpha channel.
ALPHA_MAPPINGAlpha channel mapping.
CAPTURE_RESOLUTION_XCapture resloution X.
CAPTURE_RESOLUTION_YCapture resloution Y.
COMMENTComment info.
COMPRESSIONImage compression.
DISPLAY_RESOLUTION_XDisplay resloution X.
DISPLAY_RESOLUTION_YDisplay resloution Y.
FORMATJP2 metadata format identifier.
IPRIntellectual property rights.
RESOLUTIONResolution info.
TYPEFile format type.
UUIDThis tag identifies the UUID metadata tree.
UUID_DATAThis tag specifies the UUID data.
UUID_ID This tag specifies the UUID identifier.
XMLXML metadata.
XMPXML packet containing XMP metadata.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ImageGear.Formats.ImGearJP2TagIDs

See Also

Reference

ImageGear.Formats Namespace