Class BitmapInfoHeader
Contents
[
Hide
]BitmapInfoHeader class
Specifies BITMAPINFOHEADER. OS Support: Windows NT, 3.1x or later. Features: Adds 16 bpp and 32 bpp formats. Adds RLE compression.
public class BitmapInfoHeader : BitmapCoreHeader
Properties
Name | Description |
---|---|
BitmapColorsImportant { get; set; } | Gets or sets number of important palette colors. |
BitmapColorsUsed { get; set; } | Gets or sets number of palette colors used. |
BitmapCompression { get; set; } | Gets or sets bitmap compression. |
BitmapHeight { get; set; } | Gets or sets bitmap height. |
BitmapImageSize { get; set; } | Gets or sets specifies bitmap raw data size in bytes. |
BitmapPlanes { get; set; } | Gets or sets number of planes. |
BitmapWidth { get; set; } | Gets or sets bitmap width. |
BitmapXPelsPerMeter { get; set; } | Gets or sets horizontal pixels resolution. |
BitmapYPelsPerMeter { get; set; } | Gets or sets vertical pixels resolution. |
BitsPerPixel { get; set; } | Gets or sets bits per pixel count. |
ExtraBitMasks { get; set; } | Gets or sets the extra bit masks. Present only in case the DIB header is the BITMAPINFOHEADER and the BitmapCompression is set to either Bitfields (RGB) or AlphaBitfields (RGBA). |
HeaderSize { get; set; } | Gets or sets size of this structure in bytes. |
See Also
- class BitmapCoreHeader
- namespace Aspose.Imaging.FileFormats.Bmp
- assembly Aspose.Imaging