Performance Tag

ClosedDescription

The root tag for the Performance XML tags. The Performance tags set the BarTender performance options.

ClosedSyntax

<Performance>...</Performance>

ClosedChild Elements

The following child element tags are supported.

Tag

Required/Optional

Description

AllowFormatCaching

Optional

Sets whether the printer will cache the format.

AllowGraphicsCaching

Optional

Sets whether the printer will cache the graphic.

AllowSerialization

Optional

Sets whether the printer will control serialization.

AllowStaticGraphics

Optional

Sets whether the printer will allow the static graphics.

AllowStaticObjects

Optional

Sets whether the printer will allow static objects.

AllowVariableDataOptimization

Optional

Sets whether the printer allows variable data optimization.

WarnWhenUsingTrueTypeFonts

Optional

Sets whether the user will be notified that the format contains TrueType fonts.

ClosedParent Tag

<PrintSetup>

ClosedRemarks

<Performance> is an optional tag that is used with the <Print>, <FormatSetup>, and <ExportPrintPreviewToImage> commands when the <PrintSetup> tag is included in the script.

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>

<AllowFormatCaching>true</AllowFormatCaching>

<AllowGraphicsCaching>true</AllowGraphicsCaching>

<AllowSerialization>true</AllowSerialization>

<AllowStaticGraphics>true</AllowStaticGraphics>

<AllowStaticObjects>true</AllowStaticObjects>

<AllowVariableDataOptimization>false</AllowVariableDataOptimization>

<WarnWhenUsingTrueTypeFonts>true</WarnWhenUsingTrueTypeFonts>

</Performance>

</PrintSetup>

</Print>

</Command>

</XMLScript>

ClosedRequirements

BTXML Script version 1.0 (BarTender 8.0 and later versions)