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




In This Topic
    ImGearPhotoshopResourceGenericTagIDs Enumeration
    In This Topic
    Lists all Photoshop Resource Generic tag identifiers.
    Syntax
    'Declaration
     
    Public Enum ImGearPhotoshopResourceGenericTagIDs 
       Inherits System.Enum
    'Usage
     
    Dim instance As ImGearPhotoshopResourceGenericTagIDs
    public enum ImGearPhotoshopResourceGenericTagIDs : System.Enum 
    __value public enum ImGearPhotoshopResourceGenericTagIDs : public System.Enum 
    public enum class ImGearPhotoshopResourceGenericTagIDs : public System.Enum 
    Members
    MemberValueDescription
    DATA3Photoshop resource generic data.
    FORMAT1120Photoshop resource generic metadata format identifier.
    ID1Photoshop resource generic ID.
    NAME2Photoshop resource generic name.
    SIGNATURE0Photoshop resource generic signature.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             ImageGear.Formats.ImGearPhotoshopResourceGenericTagIDs

    See Also