Actuate Information Delivery API data types : DocumentConversionOptions
 
DocumentConversionOptions
A complex data type that describes conversion options of a file.
Schema
<xsd:complexType name="DocumentConversionOptions">
<xsd:sequence>
<xsd:element name="FileType" type="xsd:string"/>
<xsd:element name="OutputFormat" type="xsd:string"/>
<xsd:element name="MimeType" type="xsd:string"/>
<xsd:element name="Options"
type="typens:ArrayOfParameterDefinition" minOccurs="0"/>
</xsd:sequence></xsd:complexType>
Elements
FileType
The file type of the file.
OutputFormat
The output format of the file.
MimeType
The mime type of the file.
Options
The list of conversion options.