ImageGear for .NET
ImGearBMPTagIDs Enumeration
See Also  Send Feedback
ImageGear21.Core Assembly > ImageGear.Formats Namespace : ImGearBMPTagIDs Enumeration




Glossary Item Box

Lists all BMP tag identifiers.

Syntax

 
Visual Basic
C#
Managed Extensions for C++
C++/CLI
 
 

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

©2013. Accusoft Corporation. All Rights Reserved.