ImageGear21.Core Assembly > ImageGear.Formats Namespace : ImGearPSDTagIDs Enumeration |
'Declaration Public Enum ImGearPSDTagIDs Inherits System.Enum
'Usage Dim instance As ImGearPSDTagIDs
public enum ImGearPSDTagIDs : System.Enum
__value public enum ImGearPSDTagIDs : public System.Enum
public enum class ImGearPSDTagIDs : public System.Enum
Member | Value | Description |
---|---|---|
CHANNELS | 2152 | Number of image channels. |
COLOR_DATA | 2109 | Color data. |
COLS | 2103 | The width of the image in pixels. |
COMPRESSION | 2107 | Image data compression. |
DEPTH | 2104 | The number of bits per channel. |
EXTRA_LAYERS_DATA | 2112 | Extra layers data. |
FILE_HDR | 2108 | File header. |
FORMAT | 16 | PSD metadata format identifier. |
HEADER | 2150 | Header data section. |
IPTC_NAA | 2153 | IPTC NAA data section. |
LAYER_COUNT | 2154 | Layer count. |
LAYERS | 2111 | Layers data. |
MODE | 2105 | Color mode. |
MODE_LEN | 2106 | Color mode data length. |
PHOTOSHOP_RESOURCES | 2110 | Photoshop resources. |
RESERVED_HDR | 2151 | Reserved HDR. |
ROWS | 2102 | The height of the image in pixels. |
SIGNATURE | 2100 | File type identifier. |
VERSION | 2101 | Version number. |
XMP | 2200 | XMP data section. |
System.Object
System.ValueType
System.Enum
ImageGear.Formats.ImGearPSDTagIDs