| ImageGear22.Core Assembly > ImageGear.Formats Namespace : ImGearRASTagIDs Enumeration |
'Declaration Public Enum ImGearRASTagIDs Inherits System.Enum
'Usage Dim instance As ImGearRASTagIDs
public enum ImGearRASTagIDs : System.Enum
__value public enum ImGearRASTagIDs : public System.Enum
public enum class ImGearRASTagIDs : public System.Enum
| Member | Value | Description |
|---|---|---|
| COLOR_MAP_LENGTH | 7 | Color map length. |
| COLOR_MAP_TYPE | 6 | Color map type. |
| DEPTH | 3 | Image depth. |
| FORMAT | 38 | RAS metadata format identifier. |
| HEIGHT | 2 | Image height. |
| LENGTH | 4 | Length of the image data (which is the length of the file minus the length of the header and colormap). |
| MAGIC | 0 | RAS magic value. |
| TYPE | 5 | RAS format type. |
| WIDTH | 1 | Image width. |
System.Object
System.ValueType
System.Enum
ImageGear.Formats.ImGearRASTagIDs