getImageFormats
Returns image formats, such as PDF, EPS, SWF, and others.
Syntax
Authorized User Types
IpsUser
IspAdmin
IpsCompanyAdmin
ImagePortalAdmin
ImagePortalUser
ImagePortalContrib
ImagePortalContribUser
Parameters
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.
Examples
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>
4e9b9d8c-5839-4215-aa35-01b652869681