ImageGear .NET v25.0 - 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
MemberDescription
BITCOUNTImage bit count.
CLRIMPORTANTNumber of color indexes required for displaying the bitmap.
CLRUSEDNumber of color indexes in the color table that are actually used by the bitmap.
COLORENCODINGColor model used in bitmap (IBM OS/2 2.x).
COMPRESSIONImage compression type.
FORMATBMP metadata format identifier.
HEIGHTImage height.
IDENTIFIERReserved for application use (IBM OS/2 2.x).
PLANESNumber of color planes.
RECORDINGRecording algorithm (IBM OS/2 2.x).
RENDERINGHalftoning algorithm used (IBM OS/2 2.x).
SIZEImage size.
SIZE1Reserved for halftoning algorithm use (IBM OS/2 2.x).
SIZE2Reserved for halftoning algorithm use (IBM OS/2 2.x).
TYPEBMP format type.
UNITSType of units used to measure resolution (IBM OS/2 2.x).
WIDTHImage width.
XPELSPERMETERHorizontal resolution in pixels per meter.
YPELSPERMETERVertical resolution in pixels per meter.
Inheritance Hierarchy

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

See Also

Reference

ImageGear.Formats Namespace