WmfBitmapBaseHeader 类
Summary: The base bitmap header class.
Module: aspose.imaging.fileformats.wmf.objects
Full Name: aspose.imaging.fileformats.wmf.objects.WmfBitmapBaseHeader
Inheritance: MetaObject
Properties
| Name | Type | Access | 描述 |
|---|---|---|---|
| bit_count | DibBitCount | r/w | 获取或设置一个 16 位无符号整数,定义每个像素的格式 以及 DIB 中的最大颜色数。此值 必须位于 WmfBitmapBaseHeader.bit_count 枚举中(第 2.1.1.3 节)。 |
| header_size | int | r/w | 获取或设置一个 32 位无符号整数,定义此 对象的大小(字节)。 |
| planes | int | r/w | 获取或设置一个 16 位无符号整数,定义目标设备的 None 数量。此值必须为 0x0001。 |