Class WmfBitmapBaseHeader
- Namespace
- Aspose.Imaging.FileFormats.Wmf.Objects
- Assembly
- Aspose.Imaging.dll
The base bitmap header class.
public abstract class WmfBitmapBaseHeader : MetaObject
- Inheritance
-
WmfBitmapBaseHeader
- Derived
- Inherited Members
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 BitCount Enumeration (section 2.1.1.3).
public DibBitCount BitCount { get; set; }
Property Value
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
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; }