copies attribute
Specifies the number of copies to be printed.
Type
xsd:Integer
Parent Elements
Element | Description |
---|---|
printSettings | Specifies the printer settings used when printing the view. |
Usage
<xsf:printSettings
orientation="landscape"
header="&Pqsdf"
footer="&D"
printerName="\\printserver\printer"
paperSource="Auto Select"
paperSize="Envelope DL"
topMargin="0.8"
leftMargin="0.8"
bottomMargin="0.8"
rightMargin="0.8"
marginUnitsType="in"
copies="2"
collate="no"
pageRangeStart="1"
pageRangeEnd="1" >
<xsf:header>
<font>
<div>&Pqsdf</div>
</font>
</xsf:header>
<xsf:footer>
<font>
<div>&D</div>
</font>
</xsf:footer>
</xsf:printSettings>
Definition
<xsd:attribute name="copies" >
<xsd:simpleType>
<xsd:restriction base="xsd:integer">
<xsd:minInclusive value="1" />
<xsd:maxInclusive value="9999" />
</xsd:restriction>
</xsd:simpleType>
</xsd:attribute>