AllowVariableDataOptimization Tag

ClosedDescription

Sets whether or not the printer will use its data merge feature, if it has that feature. When true the printer will store, for the duration of the print job, formatting information (object positions, symbology, font name and size, line and box colors, etc.) for both static and variable objects. Only the content of the objects will have to be sent to the printer on a label-by-label basis, and if the content is also being stored by means of the <AllowStaticObjects> tag then only the content of variable objects will have to be sent to the printer for each label. The printer will merge this data into the appropriate fields on the label.

ClosedSyntax

<AllowVariableDataOptimization>Value</AllowVariableDataOptimization>

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.

<AllowVariableDataOptimization> 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>Label1.btw</Format>

<PrintSetup>

<Performance>

<AllowVariableDataOptimization>true</AllowVariableDataOptimization>

</Performance>

</PrintSetup>

</Print>

</Command>

</XMLScript>

ClosedRequirements

BTXML Script version 1.0 (BarTender 8.0 and later versions)

Related Topics