2.3.46 ImageMIMEType
The ImageMIMEType property specifies the MIME type for an image. If the ImageMIMEType property is specified, it MUST be part of ImageDataProperties.InlineSharedImageDataProperties or ImageDataProperties.NonSharedImageDataProperties record.
-
ImageMIMEType = imageMIMETypeStart imageMIMETypeValue
|
|
|
|
|
|
|
|
|
|
1 |
|
|
|
|
|
|
|
|
|
2 |
|
|
|
|
|
|
|
|
|
3 |
|
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
imageMIMETypeStart |
imageMIMETypeValue (variable) |
||||||||||||||||||||||||||||||
... |
imageMIMETypeStart (1 byte): A byte that specifies the start of the ImageMIMEType property.<27> The value of the imageMIMETypeStart field MUST be the following value.
-
Value
Parent
0x00
ImageDataProperties.InlineSharedImageDataProperties
ImageDataProperties.NonSharedImageDataProperties
imageMIMETypeValue (variable): A variable String that specifies the content type of an image object. The valid values are image/bmp, image/jpeg, image/gif, image/png, and image/x-png.<28>