AllowStaticObjects Tag

ClosedDescription

Sets whether or not the printer will store in its memory, for the duration of the print job, all objects on the BarTender document that do not contain data that varies from item-to-item. The printer will add to each template the objects that do vary. This includes printer fonts, barcodes, imported graphics, and TrueType Fonts.

ClosedSyntax

<AllowStaticObjects>Value</AllowStaticObjects>

Where Value can be true or false.

ClosedParent Tag

<Performance>

ClosedRemarks

If the printer does not support this feature, the setting of this tag is ignored.

<AllowStaticObjects> is an optional tag that is used with the <Print> and the <FormatSetup> commands.

ClosedExample

<?xml version="1.0" encoding="utf-8"?>

<XMLScript Version="2.0" Name="09232006_103601_Job1" ID="123">

<Command Name="Job1">

<Print>

<Format>Document1.btw</Format>

<PrintSetup>

<Performance>

<AllowStaticObjects>true</AllowStaticObjects>

</Performance>

</PrintSetup>

</Print>

</Command>

</XMLScript>

ClosedRequirements

BTXML Script version 1.0 (BarTender 8.0 and later versions)

Related Topics