ImageGear v26.5 - Updated
ImageGear.Core Assembly / ImageGear.Formats Namespace / ImGearPhotoshopVersionInfoTagIDs Enumeration




In This Topic
    ImGearPhotoshopVersionInfoTagIDs Enumeration
    In This Topic
    Lists all Photoshop Version Info tag identifiers.
    Syntax
    'Declaration
     
    Public Enum ImGearPhotoshopVersionInfoTagIDs 
       Inherits System.Enum
    'Usage
     
    Dim instance As ImGearPhotoshopVersionInfoTagIDs
    public enum ImGearPhotoshopVersionInfoTagIDs : System.Enum 
    __value public enum ImGearPhotoshopVersionInfoTagIDs : public System.Enum 
    public enum class ImGearPhotoshopVersionInfoTagIDs : public System.Enum 
    Members
    MemberValueDescription
    FileVersion4File version.
    FORMAT1125Photoshop version info metadata format identifier.
    hasRealMergedData1Has real merged data.
    ReaderName3Reader name.
    Version0Photoshop version.
    WriteName2Write name.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             ImageGear.Formats.ImGearPhotoshopVersionInfoTagIDs

    See Also