2.2.4.58 RestPngResult

Namespace: http://schemas.microsoft.com/office/Excel/Server/WebServices/ExcelServerInternalService/

This is the type of the result field of ProcessRestRequestResponse (section 3.1.4.56.2.2) when a RestRangePngRequest (section 2.2.4.61) is passed as the input and it is the base type for RestChartPngResult (section 2.2.4.55).

 <xs:complexType name="RestPngResult" xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <xs:complexContent mixed="false">
     <xs:extension base="tns:RestResult">
       <xs:sequence>
         <xs:element minOccurs="0" maxOccurs="1" name="ImageFormatType" type="xs:string"/>
         <xs:element minOccurs="0" maxOccurs="1" name="ImageData" type="xs:base64Binary"/>
       </xs:sequence>
     </xs:extension>
   </xs:complexContent>
 </xs:complexType>

ImageFormatType:  The image format type that is present in the ImageData field. MUST be the string "x-png".

ImageData: The image of the requested content. MUST be present. MUST be in the format specified in [RFC2083].