Class WmfBitmap16
- Namespace
- Aspose.Imaging.FileFormats.Wmf.Objects
- Assembly
- Aspose.Imaging.dll
The Bitmap16 Object specifies information about the dimensions and color format of a bitmap.
public class WmfBitmap16 : MetaObject
- Inheritance
-
WmfBitmap16
- Inherited Members
Constructors
WmfBitmap16()
public WmfBitmap16()
Properties
Bits
Gets or sets the bits.
public byte[] Bits { get; set; }
Property Value
- byte[]
The bitmap pixel data. The length of this field in bytes can be computed as follows.
BitsPixel
Gets or sets the bits pixel.
public byte BitsPixel { get; set; }
Property Value
- byte
The number of adjacent color bits on each plane.
Height
Gets or sets the height.
public short Height { get; set; }
Property Value
- short
The height of the bitmap in scan lines.
Planes
Gets or sets the planes.
public byte Planes { get; set; }
Property Value
- byte
The value of this field MUST be 0x01.
Type
Gets or sets the type.
public short Type { get; set; }
Property Value
- short
The bitmap type.
Width
Gets or sets the width.
public short Width { get; set; }
Property Value
- short
The width of the bitmap in pixels
WidthBytes
Gets or sets the width bytes.
public short WidthBytes { get; set; }
Property Value
- short
The number of bytes per scan line.