ImageGear21.Core Assembly > ImageGear.Formats Namespace : ImGearJP2TagIDs Enumeration |
'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
Member | Value | Description |
---|---|---|
ALPHA_1 | 7 | Alpha channel 1 info. |
ALPHA_2 | 8 | Alpha channel 2 info. |
ALPHA_3 | 9 | Alpha channel 3 info. |
ALPHA_CHANNELS | 1001 | Alpha channel. |
ALPHA_MAPPING | 4 | Alpha channel mapping. |
CAPTURE_RESOLUTION_X | 25 | Capture resloution X. |
CAPTURE_RESOLUTION_Y | 27 | Capture resloution Y. |
COMMENT | 20 | Comment info. |
COMPRESSION | 1002 | Image compression. |
DISPLAY_RESOLUTION_X | 24 | Display resloution X. |
DISPLAY_RESOLUTION_Y | 26 | Display resloution Y. |
FORMAT | 45 | JP2 metadata format identifier. |
IPR | 1003 | Intellectual property rights. |
RESOLUTION | 21 | Resolution info. |
TYPE | 1005 | File format type. |
UUID | 28 | This tag identifies the UUID metadata tree. |
UUID_DATA | 30 | This tag specifies the UUID data. |
UUID_ID | 29 | This tag specifies the UUID identifier. |
XML | 1006 | XML metadata. |
XMP | 31 | XML packet containing XMP metadata. |
System.Object
System.ValueType
System.Enum
ImageGear.Formats.ImGearJP2TagIDs