Table of Contents

Class WmfDeviceIndependentBitmap

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

The DeviceIndependentBitmap Object defines an image in device-independent bitmap (DIB) format

public class WmfDeviceIndependentBitmap : MetaObject
Inheritance
WmfDeviceIndependentBitmap
Inherited Members

Constructors

WmfDeviceIndependentBitmap()

public WmfDeviceIndependentBitmap()

Properties

AData

Gets or sets an array of bytes that define the image. The size and format of this data is determined by information in the DIBHeaderInfo field.

public byte[] AData { get; set; }

Property Value

byte[]

CachedImage

Gets or sets the cached raster image.

public byte[] CachedImage { get; set; }

Property Value

byte[]

The cached image.

ColorsData

Gets or sets an optional array of either RGBQuad Objects (section 2.2.2.20) or 16-bit unsigned integers that define a color table. The size and contents of this field SHOULD be determined from the metafile record or object that contains this DeviceIndependentBitmap and from information in the DIBHeaderInfo field. See ColorUsage Enumeration (section 2.1.1.6) and BitCount Enumeration (section 2.1.1.3) for additional details

public byte[] ColorsData { get; set; }

Property Value

byte[]

Header

Gets or sets either a BitmapCoreHeader Object (section 2.2.2.2) or a BitmapInfoHeader Object (section 2.2.2.3) that specifies information about the image

public WmfBitmapBaseHeader Header { get; set; }

Property Value

WmfBitmapBaseHeader