ImGearThumbnailInfoTagIDs Enumeration
In This Topic
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 | Value | Description |
BITS_PER_PIXEL | 6 | Bits per pixel. |
FORMAT | 1123 | Thumbnail info metadata format identifier. |
HEIGHT | 2 | Thumbnail height. |
IMG_FORMAT | 0 | Image format. |
OFFSET | 8 | Thumbnail offset. |
PLANES | 7 | Thumbnail planes. |
SIZE_COMPRESSED | 5 | Size compressed. |
SIZE_TOTAL | 4 | Size total. |
WIDTH | 1 | Thumbnail width. |
WIDTHBYTES | 3 | Width bytes. |
Inheritance Hierarchy
System.Object
System.ValueType
System.Enum
ImageGear.Formats.ImGearThumbnailInfoTagIDs
See Also