<ST_BlipCompression>
(Blip Compression Type)
This type specifies the amount of compression that has been used for a particular binary large image or picture (blip).
This simple type's contents are a restriction of the XML Schema token datatype.
The following are possible enumeration values for this type:
Enumeration Value |
Description |
---|---|
|
Compression size suitable for inclusion with email |
|
Compression size suitable for high quality printing |
|
No compression was used |
|
Compression size suitable for printing |
|
Compression size suitable for viewing on screen |
Referenced By |
---|
|
The following XML Schema fragment defines the contents of this simple type:
<simpleType name="ST_BlipCompression">
<restriction base="xsd:token">
<enumeration value="email"/>
<enumeration value="screen"/>
<enumeration value="print"/>
<enumeration value="hqprint"/>
<enumeration value="none"/>
</restriction>
</simpleType>