IdenticalCopiesOfLabel Tag |
Sets the number of copies that will print.
<IdenticalCopiesOfLabel>Value</IdenticalCopiesOfLabel>
Where Value equals the number of copies to print.
The <IdenticalCopiesOfLabel> tag specifies the number of copies that you want to print of each template or, when serializing items, the number of copies of each item in a sequence.
<IdenticalCopiesOfLabel> is an optional tag that is used with the <Print>, <FormatSetup>, and <ExportPrintPreviewToImage> commands when the <PrintSetup> tag is included in the script.
<?xml version="1.0" encoding="utf-8"?>
<XMLScript Version="2.0" Name="09232006_103601_Job1" ID="123">
<Command Name="Job1">
<Print>
<Format>Label1.btw</Format>
<PrintSetup>
<IdenticalCopiesOfLabel>2</IdenticalCopiesOfLabel>
</PrintSetup>
</Print>
</Command>
</XMLScript>
BTXML Script version 1.0 (BarTender 8.0 and higher)
Related Topics