WmfBitmapCoreHeader Class

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

Aspose.Imaging Version: 24.5.0

Constructors

NameDescription
WmfBitmapCoreHeader()Initializes a new instance of the WmfBitmapCoreHeader class

Properties

NameTypeAccessDescription
bit_countDibBitCountr/wGets 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_sizeintr/wGets or sets a 32-bit unsigned integer that defines the size of this
object, in bytes.
heightshortr/wGets or sets a 16-bit unsigned integer that defines the
None of the DIB, in pixels
planesshortr/wGets or sets a 16-bit unsigned integer that defines the number of
None for the target device. This value MUST be
0x0001.
widthshortr/wGets 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