2.2.31 OfficeArtMetafileHeader
Referenced by: OfficeArtBlipEMF, OfficeArtBlipPICT, OfficeArtBlipWMF
The OfficeArtMetafileHeader record specifies how to process a metafile.
|
|
|
|
|
|
|
|
|
|
1 |
|
|
|
|
|
|
|
|
|
2 |
|
|
|
|
|
|
|
|
|
3 |
|
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
cbSize |
|||||||||||||||||||||||||||||||
rcBounds (16 bytes) |
|||||||||||||||||||||||||||||||
... |
|||||||||||||||||||||||||||||||
... |
|||||||||||||||||||||||||||||||
ptSize |
|||||||||||||||||||||||||||||||
... |
|||||||||||||||||||||||||||||||
cbSave |
|||||||||||||||||||||||||||||||
compression |
filter |
cbSize (4 bytes): An unsigned integer that specifies the uncompressed size, in bytes, of the metafile.
rcBounds (16 bytes): A RECT structure, as defined in section 2.2.56, that specifies the clipping region of the metafile.
ptSize (8 bytes): A POINT structure, as defined in section 2.2.55, that specifies the size, in English Metric Units (EMUs), in which to render the metafile.
cbSave (4 bytes): An unsigned integer that specifies the compressed size, in bytes, of the metafile.
compression (1 byte): An unsigned integer that specifies the compression method that was used. A value of 0x00 specifies the DEFLATE compression method, as specified in [RFC1950]. A value of 0xFE specifies no compression.
filter (1 byte): An unsigned integer that MUST be 0xFE.