Returns image formats, such as PDF, EPS, SWF, and others.
Syntax
IpsUser
IspAdmin
IpsCompanyAdmin
ImagePortalAdmin
ImagePortalUser
ImagePortalContrib
ImagePortalContribUser
Input (getImageFormatsParam)
Name | Type | Required | Description |
---|---|---|---|
companyHandle | xsd:string |
Yes | The handle to the company with the image formats you want to obtain. |
Output (getImageFormatsParam)
Name | Type | Required | Description |
---|---|---|---|
imageFormatArray | types:ImageFormatArray |
Yes | The image format array. |
This code sample returns all image formats for the specified company.
Request
<ns1:getImageFormatsParam xmlns:ns1="http://www.scene7.com/IpsApi/xsd">
<ns1:companyHandle>47</ns1:companyHandle>
</ns1:getImageFormatsParam>
Response
<getImageFormatsReturn xmlns="http://www.scene7.com/IpsApi/xsd">
<imageFormatArray></imageFormatArray>
</getImageFormatsReturn>