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




In This Topic
    ImGearThumbnailInfoTagIDs Enumeration
    In This Topic
    Lists all Photoshop Thumbnail Info tag identifiers.
    Syntax
    'Declaration
     
    Public Enum ImGearThumbnailInfoTagIDs 
       Inherits System.Enum
    'Usage
     
    Dim instance As ImGearThumbnailInfoTagIDs
    public enum ImGearThumbnailInfoTagIDs : System.Enum 
    __value public enum ImGearThumbnailInfoTagIDs : public System.Enum 
    public enum class ImGearThumbnailInfoTagIDs : public System.Enum 
    Members
    MemberValueDescription
    BITS_PER_PIXEL6Bits per pixel.
    FORMAT1123Thumbnail info metadata format identifier.
    HEIGHT2Thumbnail height.
    IMG_FORMAT0Image format.
    OFFSET8Thumbnail offset.
    PLANES7Thumbnail planes.
    SIZE_COMPRESSED5Size compressed.
    SIZE_TOTAL4Size total.
    WIDTH1Thumbnail width.
    WIDTHBYTES3Width bytes.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             ImageGear.Formats.ImGearThumbnailInfoTagIDs

    See Also