ImageGear .NET v25.1 - Updated
ImGearBMPTagIDs Enumeration




ImageGear.Core Assembly > ImageGear.Formats Namespace : ImGearBMPTagIDs Enumeration
Lists all BMP tag identifiers.
Syntax
'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 
Members
MemberValueDescription
BITCOUNT104Image bit count.
CLRIMPORTANT109Number of color indexes required for displaying the bitmap.
CLRUSED108Number of color indexes in the color table that are actually used by the bitmap.
COLORENCODING115Color model used in bitmap (IBM OS/2 2.x).
COMPRESSION105Image compression type.
FORMAT1BMP metadata format identifier.
HEIGHT102Image height.
IDENTIFIER116Reserved for application use (IBM OS/2 2.x).
PLANES103Number of color planes.
RECORDING111Recording algorithm (IBM OS/2 2.x).
RENDERING112Halftoning algorithm used (IBM OS/2 2.x).
SIZE100Image size.
SIZE1113Reserved for halftoning algorithm use (IBM OS/2 2.x).
SIZE2114Reserved for halftoning algorithm use (IBM OS/2 2.x).
TYPE117BMP format type.
UNITS110Type of units used to measure resolution (IBM OS/2 2.x).
WIDTH101Image width.
XPELSPERMETER106Horizontal resolution in pixels per meter.
YPELSPERMETER107Vertical resolution in pixels per meter.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ImageGear.Formats.ImGearBMPTagIDs

See Also

Reference

ImageGear.Formats Namespace