ImageGear .NET - Updated
ImGearPSDTagIDs Enumeration




ImageGear24.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
MemberDescription
CHANNELSNumber of image channels.
COLOR_DATAColor data.
COLSThe width of the image in pixels.
COMPRESSIONImage data compression.
DEPTHThe number of bits per channel.
EXTRA_LAYERS_DATAExtra layers data.
FILE_HDRFile header.
FORMATPSD metadata format identifier.
HEADERHeader data section.
IPTC_NAAIPTC NAA data section.
LAYER_COUNTLayer count.
LAYERSLayers data.
MODEColor mode.
MODE_LENColor mode data length.
PHOTOSHOP_RESOURCESPhotoshop resources.
RESERVED_HDRReserved HDR.
ROWSThe height of the image in pixels.
SIGNATUREFile type identifier.
VERSIONVersion number.
XMPXMP data section.
Inheritance Hierarchy

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

See Also

Reference

ImageGear.Formats Namespace