ImageGear v26.3 - Updated November 9, 2022
ImageGear.Core Assembly / ImageGear.Formats Namespace / ImGearThumbnailInfoTagIDs Enumeration




ImGearThumbnailInfoTagIDs Enumeration
Lists all Photoshop Thumbnail Info tag identifiers.
Syntax
'Declaration
 
Public Enum ImGearThumbnailInfoTagIDs 
   Inherits System.Enum
 
'Usage
 
Dim instance As ImGearThumbnailInfoTagIDs
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