ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Formats Namespace / ImGearPhotoshopAdditionalLayerInfoTagIDs Enumeration




In This Topic
    ImGearPhotoshopAdditionalLayerInfoTagIDs Enumeration
    In This Topic
    Lists all Photoshop Additional Layer Info tag identifiers.
    Syntax
    'Declaration
     
    Public Enum ImGearPhotoshopAdditionalLayerInfoTagIDs 
       Inherits System.Enum
    'Usage
     
    Dim instance As ImGearPhotoshopAdditionalLayerInfoTagIDs
    public enum ImGearPhotoshopAdditionalLayerInfoTagIDs : System.Enum 
    __value public enum ImGearPhotoshopAdditionalLayerInfoTagIDs : public System.Enum 
    public enum class ImGearPhotoshopAdditionalLayerInfoTagIDs : public System.Enum 
    Members
    MemberValueDescription
    Data1Photoshop additional layer data.
    FORMAT1128Photoshop additional layer info metadata format identifier.
    Key0Photoshop additional layer key.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             ImageGear.Formats.ImGearPhotoshopAdditionalLayerInfoTagIDs

    See Also