Class WmfBitmapBaseHeader

Class WmfBitmapBaseHeader

Namespace: Aspose.Imaging.FileFormats.Wmf.Objects
Assembly: Aspose.Imaging.dll (25.2.0)

The base bitmap header class.

public abstract class WmfBitmapBaseHeader : MetaObject

Inheritance

objectMetaObjectWmfBitmapBaseHeader

Derived

WmfBitmapCoreHeader, WmfBitmapInfoHeader

Inherited Members

object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()

Constructors

WmfBitmapBaseHeader()

protected WmfBitmapBaseHeader()

Properties

BitCount

Gets or sets a 16-bit unsigned integer that defines the format of each pixel, and the maximum number of colors in the DIB. This value MUST be in the Aspose.Imaging.FileFormats.Wmf.Objects.WmfBitmapBaseHeader.BitCount Enumeration (section 2.1.1.3).

public DibBitCount BitCount { get; set; }

Property Value

DibBitCount

HeaderSize

Gets or sets a 32-bit unsigned integer that defines the size of this object, in bytes.

public int HeaderSize { get; set; }

Property Value

int

Planes

Gets or sets a 16-bit unsigned integer that defines the number of Aspose.Imaging.FileFormats.Wmf.Objects.WmfBitmapBaseHeader.planes for the target device. This value MUST be 0x0001.

public short Planes { get; set; }

Property Value

short