GetImageWith2PxDropShadow

Description

This method will output the requested image with a 2px drop shadow around it. If successful, the image will be returned directly. If unsucessful, an error will be returned in XML format.

Parameters

NameValue

pageID

The PageID of the page whose images should be retrieved

imageType

The type of image to be retrieved

  • Thumb

  • Normal

  • Zoom

Sample Response

The binary image data will be returned in raw.

Sample Error Response

If an error occurs in one of the field operations, the field name will be included in the data section.

Sample Error Response

<?xml version="1.0" encoding="utf-8"?>
<result>
  <code><![CDATA[ERROR]]></code>
  <message><![CDATA[Unexpected error.]]></message>
</result>

Return Codes

  • ERROR

Last updated