Class WmfBitmapBaseHeader
Contents
[
Hide
]WmfBitmapBaseHeader class
The base bitmap header class.
public abstract class WmfBitmapBaseHeader : MetaObject
Properties
| Name | Description |
|---|---|
| BitCount { get; set; } | 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). |
| HeaderSize { get; set; } | Gets or sets a 32-bit unsigned integer that defines the size of this object, in bytes. |
| Planes { get; set; } | Gets or sets a 16-bit unsigned integer that defines the number of planes for the target device. This value MUST be 0x0001. |
See Also
- class MetaObject
- namespace Aspose.Imaging.FileFormats.Wmf.Objects
- assembly Aspose.Imaging