GetImageWith2PxDropShadow
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.
Name | Value |
---|---|
pageID | The PageID of the page whose images should be retrieved |
imageType | The type of image to be retrieved
|
The binary image data will be returned in raw.
If an error occurs in one of the field operations, the field name will be included in the data section.
<?xml version="1.0" encoding="utf-8"?>
<result>
<code><![CDATA[ERROR]]></code>
<message><![CDATA[Unexpected error.]]></message>
</result>
- ERROR
Last modified 1yr ago