Actuate Information Delivery API data types : JobPrinterOptions
 
JobPrinterOptions
A complex data type that describes the job printer options.
Schema
<xsd:complexType name="JobPrinterOptions">
<xsd:sequence>
<xsd:element name="PrinterName" type="xsd:string"/>
<xsd:element name="Orientation" type="xsd:string"
inOccurs="0"/>
<xsd:element name="PageSize" type="xsd:string"
minOccurs="0"/>
<xsd:element name="Scale" type="xsd:long" minOccurs="0"/>
<xsd:element name="Resolution" type="xsd:string"
minOccurs="0"/>
<xsd:element name="NumberOfCopies" type="xsd:long"
minOccurs="0"/>
<xsd:element name="CollationOption" type="xsd:boolean"
minOccurs="0"/>
<xsd:element name="PaperTray" type="xsd:boolean"
minOccurs="0"/>
<xsd:element name="Duplex" type="xsd:string" minOccurs="0"/>
<xsd:element name="IsColor" type="xsd:boolean"
minOccurs="0"/>
<xsd:element name="PaperLength" type="xsd:long"
minOccurs="0"/>
<xsd:element name="PaperWidth" type="xsd:long"
minOccurs="0"/>
<xsd:element name="PageRange" type="xsd:string"
minOccurs="0"/>
<xsd:element name="FormName" type="xsd:string"
minOccurs="0"/>
<xsd:element name="PrintToFile" type="xsd:string"
minOccurs="0"/>
</xsd:sequence>
</xsd:complexType>
Elements
PrinterName
The printer name.
Orientation
The paper orientation.
PageSize
The page size.
Scale
The scaling factor.
Resolution
The resolution.
NumberOfCopies
The number of copies.
CollationOption
Specifies whether the printer’s collation property is set.
PaperTray
Specifies whether the printer’s paper tray option is set.
Duplex
The value of the printer’s duplex property.
IsColor
Specifies whether the printer can print in color.
PaperLength
The paper length.
PaperWidth
The paper width.
PageRange
The page range. Cannot exceed 20 characters.
FormName
The form name.
PrintToFile
The setting of the print to file property. Cannot exceed 256 characters.