PrinterOptions
A complex data type that describes printer options.
Schema
<xsd:complexType name="PrinterOptions">
<xsd:sequence>
<xsd:element name="PrinterName" type="xsd:string"/>
<xsd:element name="Orientation" type="xsd:string"
minOccurs="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:string"
minOccurs="0"/>
<xsd:element name="Duplex" type="xsd:string" minOccurs="0"/>
<xsd:element name="IsColor" type="xsd:boolean"
minOccurs="0"/>
<xsd:element name="IsDefaultPrinter" type="xsd:boolean"
minOccurs="0"/>
</xsd:sequence>
</xsd:complexType>
Elements
PrinterName
The name of the printer.
Orientation
The paper orientation.
PageSize
The page size.
Scale
The scaling factor.
Resolution
The resolution.
NumberOfCopies
The number of copies.
CollationOption
Turns collation on and off.
PaperTray
The paper tray.
Duplex
Sets duplex printing.
IsColor
Specifies whether the printer can print in color.
IsDefaultPrinter
Specifies whether the printer is the default printer.