# 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

| Name      | Value                                                                                       |
| --------- | ------------------------------------------------------------------------------------------- |
| pageID    | The PageID of the page whose images should be retrieved                                     |
| imageType | <p>The type of image to be retrieved</p><ul><li>Thumb</li><li>Normal</li><li>Zoom</li></ul> |

## 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
<?xml version="1.0" encoding="utf-8"?>
<result>
  <code><![CDATA[ERROR]]></code>
  <message><![CDATA[Unexpected error.]]></message>
</result>
```

## Return Codes

* ERROR
