WmfBitmapCoreHeader Class
Contents
[
Hide
]Summary: The BitmapCoreHeader Object contains information about the dimensions
and color format of a device-independent bitmap(DIB).
Module: aspose.imaging.fileformats.wmf.objects
Full Name: aspose.imaging.fileformats.wmf.objects.WmfBitmapCoreHeader
Inheritance: WmfBitmapBaseHeader
Constructors
| Name | Description |
|---|---|
| WmfBitmapCoreHeader() | Initializes a new instance of the WmfBitmapCoreHeader class |
Properties
| Name | Type | Access | Description |
|---|---|---|---|
| bit_count | DibBitCount | r/w | 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 WmfBitmapBaseHeader.bit_count Enumeration (section 2.1.1.3). |
| header_size | int | r/w | Gets or sets a 32-bit unsigned integer that defines the size of this object, in bytes. |
| height | int | r/w | Gets or sets a 16-bit unsigned integer that defines the None of the DIB, in pixels |
| planes | int | r/w | Gets or sets a 16-bit unsigned integer that defines the number of None for the target device. This value MUST be 0x0001. |
| width | int | r/w | Gets or sets a 16-bit unsigned integer that defines the None of the DIB, in pixels |
Constructor: WmfBitmapCoreHeader()
WmfBitmapCoreHeader()
Initializes a new instance of the WmfBitmapCoreHeader class