Stream
A complex data type that represents a streamed image.
Schema
<xsd:complexType name="Stream">
<xsd:sequence>
<xsd:element name="Name" type="xsd:string"/>
<xsd:element name="EmbeddedProperty" type="xsd:boolean"/>
</xsd:sequence>
</xsd:complexType>
Elements
Name
The name of the image.
EmbeddedProperty
Specifies whether the image is embedded.