Class BitmapCoreHeader
Namespace: Aspose.Imaging.FileFormats.Bmp
Assembly: Aspose.Imaging.dll (25.8.0)
Dimensions and color format of DIB. Header name BITMAPCOREHEADER aka OS21XBITMAPHEADER.
public abstract class BitmapCoreHeaderInheritance
Derived
Inherited Members
object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Constructors
BitmapCoreHeader()
protected BitmapCoreHeader()Fields
BitmapCoreHeaderSize
The BITMAPCOREHEADER aka OS21XBITMAPHEADER header size
public const int BitmapCoreHeaderSize = 12Field Value
BitmapInfoHeaderSize
The bitmap information header size v3
public const int BitmapInfoHeaderSize = 40Field Value
BitmapInfoHeaderSizeV2
The bitmap information header size v2
public const int BitmapInfoHeaderSizeV2 = 52Field Value
BitmapInfoHeaderSizeV3
The bitmap information header size v3
public const int BitmapInfoHeaderSizeV3 = 56Field Value
BitmapInfoHeaderSizeV4
The bitmap information header size v4
public const int BitmapInfoHeaderSizeV4 = 108Field Value
BitmapInfoHeaderSizeV5
The bitmap information header size v5
public const int BitmapInfoHeaderSizeV5 = 124Field Value
Os22XBitmapHeaderFullSize
The bitmap core header2 size
public const int Os22XBitmapHeaderFullSize = 64Field Value
Os22XBitmapHeaderSize
The bitmap core header2 size
public const int Os22XBitmapHeaderSize = 16Field Value
Properties
BitmapHeight
Gets or sets bitmap height.
public int BitmapHeight { get; set; }Property Value
BitmapPlanes
Gets or sets number of planes.
public ushort BitmapPlanes { get; set; }Property Value
BitmapWidth
Gets or sets bitmap width.
public int BitmapWidth { get; set; }Property Value
BitsPerPixel
Gets or sets bits per pixel count.
public ushort BitsPerPixel { get; set; }Property Value
HeaderSize
Gets or sets size of this structure in bytes.
public uint HeaderSize { get; set; }