Table of Contents

Class WmfBitmapCoreHeader

Namespace
Aspose.Imaging.FileFormats.Wmf.Objects
Assembly
Aspose.Imaging.dll

The BitmapCoreHeader Object contains information about the dimensions and color format of a device-independent bitmap(DIB).

public class WmfBitmapCoreHeader : WmfBitmapBaseHeader
Inheritance
WmfBitmapCoreHeader
Inherited Members

Constructors

WmfBitmapCoreHeader()

public WmfBitmapCoreHeader()

Properties

Height

Gets or sets a 16-bit unsigned integer that defines the Aspose.Imaging.FileFormats.Wmf.Objects.WmfBitmapCoreHeader.height of the DIB, in pixels

public short Height { get; set; }

Property Value

short

Width

Gets or sets a 16-bit unsigned integer that defines the Aspose.Imaging.FileFormats.Wmf.Objects.WmfBitmapCoreHeader.width of the DIB, in pixels

public short Width { get; set; }

Property Value

short