ImageGear .NET v25.1 - Updated
ImGearPSDTagIDs Enumeration




ImageGear.Core Assembly > ImageGear.Formats Namespace : ImGearPSDTagIDs Enumeration
Lists all PSD tag identifiers.
Syntax
'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 
Members
MemberValueDescription
CHANNELS2152Number of image channels.
COLOR_DATA2109Color data.
COLS2103The width of the image in pixels.
COMPRESSION2107Image data compression.
DEPTH2104The number of bits per channel.
EXTRA_LAYERS_DATA2112Extra layers data.
FILE_HDR2108File header.
FORMAT16PSD metadata format identifier.
HEADER2150Header data section.
IPTC_NAA2153IPTC NAA data section.
LAYER_COUNT2154Layer count.
LAYERS2111Layers data.
MODE2105Color mode.
MODE_LEN2106Color mode data length.
PHOTOSHOP_RESOURCES2110Photoshop resources.
RESERVED_HDR2151Reserved HDR.
ROWS2102The height of the image in pixels.
SIGNATURE2100File type identifier.
VERSION2101Version number.
XMP2200XMP data section.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ImageGear.Formats.ImGearPSDTagIDs

See Also

Reference

ImageGear.Formats Namespace