2.4.19 BkHim
The BkHim record specifies image data for a sheet (1) background.
|
|
|
|
|
|
|
|
|
|
1 |
|
|
|
|
|
|
|
|
|
2 |
|
|
|
|
|
|
|
|
|
3 |
|
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
cf |
reserved |
||||||||||||||||||||||||||||||
lcb |
|||||||||||||||||||||||||||||||
imageBlob (variable) |
|||||||||||||||||||||||||||||||
... |
cf (2 bytes): A signed integer that specifies the image format. MUST be a value from the following table:
-
Value
Meaning
0x0009
Bitmap format. The image data is stored in a bitmap format as described in [MSDN-BMP].
0x000E
Native format. The image data is stored in the native format of another application and cannot be directly processed.
reserved (2 bytes): MUST be 0x0001, and MUST be ignored.
lcb (4 bytes): A signed integer that specifies the size of imageBlob in bytes. MUST be greater than or equal to 1.
imageBlob (variable): An array of bytes that specifies the image data for the given format.