ImageGear22.Core Assembly > ImageGear.Formats Namespace : ImGearThumbnailInfoTagIDs Enumeration |
'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
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. |
System.Object
System.ValueType
System.Enum
ImageGear.Formats.ImGearThumbnailInfoTagIDs