WmfDeviceIndependentBitmap Class
Contents
[
Hide
]Summary: The DeviceIndependentBitmap Object defines an image in
device-independent bitmap (DIB) format
Module: aspose.imaging.fileformats.wmf.objects
Full Name: aspose.imaging.fileformats.wmf.objects.WmfDeviceIndependentBitmap
Inheritance: MetaObject
Constructors
Name | Description |
---|---|
WmfDeviceIndependentBitmap() | Initializes a new instance of the WmfDeviceIndependentBitmap class |
Properties
Name | Type | Access | Description |
---|---|---|---|
a_data | byte | r/w | 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. |
cached_image | byte | r/w | Gets or sets the cached raster image. |
colors_data | byte | r/w | 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 |
header | WmfBitmapBaseHeader | r/w | 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 |
Constructor: WmfDeviceIndependentBitmap()
WmfDeviceIndependentBitmap()
Initializes a new instance of the WmfDeviceIndependentBitmap class