Class BitmapCoreHeader
Contents
[
Hide
]BitmapCoreHeader class
Dimensions and color format of DIB. Header name BITMAPCOREHEADER aka OS21XBITMAPHEADER.
public abstract class BitmapCoreHeader
Properties
Name | Description |
---|---|
BitmapHeight { get; set; } | Gets or sets bitmap height. |
BitmapPlanes { get; set; } | Gets or sets number of planes. |
BitmapWidth { get; set; } | Gets or sets bitmap width. |
BitsPerPixel { get; set; } | Gets or sets bits per pixel count. |
HeaderSize { get; set; } | Gets or sets size of this structure in bytes. |
Fields
Name | Description |
---|---|
const BitmapCoreHeaderSize | The BITMAPCOREHEADER aka OS21XBITMAPHEADER header size |
const BitmapInfoHeaderSize | The bitmap information header size v3 |
const BitmapInfoHeaderSizeV2 | The bitmap information header size v2 |
const BitmapInfoHeaderSizeV3 | The bitmap information header size v3 |
const BitmapInfoHeaderSizeV4 | The bitmap information header size v4 |
const BitmapInfoHeaderSizeV5 | The bitmap information header size v5 |
const Os22XBitmapHeaderFullSize | The bitmap core header2 size |
const Os22XBitmapHeaderSize | The bitmap core header2 size |
See Also
- namespace Aspose.Imaging.FileFormats.Bmp
- assembly Aspose.Imaging