Lists all Photoshop Thumbnail Info tag identifiers.
Syntax
'Declaration
Public Enum ImGearThumbnailInfoTagIDs
Inherits System.Enum
public enum ImGearThumbnailInfoTagIDs : System.Enum
__value public enum ImGearThumbnailInfoTagIDs : public System.Enum
public enum class ImGearThumbnailInfoTagIDs : public System.Enum
Members
| Member | Description |
| BITS_PER_PIXEL | Bits per pixel. |
| FORMAT | Thumbnail info metadata format identifier. |
| HEIGHT | Thumbnail height. |
| IMG_FORMAT | Image format. |
| OFFSET | Thumbnail offset. |
| PLANES | Thumbnail planes. |
| SIZE_COMPRESSED | Size compressed. |
| SIZE_TOTAL | Size total. |
| WIDTH | Thumbnail width. |
| WIDTHBYTES | Width bytes. |
Inheritance Hierarchy
System.Object
System.ValueType
System.Enum
ImageGear.Formats.ImGearThumbnailInfoTagIDs
See Also