ImageGear22.Core Assembly > ImageGear.Formats Namespace : ImGearBMPTagIDs Enumeration |
'Declaration Public Enum ImGearBMPTagIDs Inherits System.Enum
'Usage Dim instance As ImGearBMPTagIDs
public enum ImGearBMPTagIDs : System.Enum
__value public enum ImGearBMPTagIDs : public System.Enum
public enum class ImGearBMPTagIDs : public System.Enum
Member | Value | Description |
---|---|---|
BITCOUNT | 104 | Image bit count. |
CLRIMPORTANT | 109 | Number of color indexes required for displaying the bitmap. |
CLRUSED | 108 | Number of color indexes in the color table that are actually used by the bitmap. |
COLORENCODING | 115 | Color model used in bitmap (IBM OS/2 2.x). |
COMPRESSION | 105 | Image compression type. |
FORMAT | 1 | BMP metadata format identifier. |
HEIGHT | 102 | Image height. |
IDENTIFIER | 116 | Reserved for application use (IBM OS/2 2.x). |
PLANES | 103 | Number of color planes. |
RECORDING | 111 | Recording algorithm (IBM OS/2 2.x). |
RENDERING | 112 | Halftoning algorithm used (IBM OS/2 2.x). |
SIZE | 100 | Image size. |
SIZE1 | 113 | Reserved for halftoning algorithm use (IBM OS/2 2.x). |
SIZE2 | 114 | Reserved for halftoning algorithm use (IBM OS/2 2.x). |
TYPE | 117 | BMP format type. |
UNITS | 110 | Type of units used to measure resolution (IBM OS/2 2.x). |
WIDTH | 101 | Image width. |
XPELSPERMETER | 106 | Horizontal resolution in pixels per meter. |
YPELSPERMETER | 107 | Vertical resolution in pixels per meter. |
System.Object
System.ValueType
System.Enum
ImageGear.Formats.ImGearBMPTagIDs