NumberLabels Tag

ClosedDescription

Sets the number of labels that can act as a trigger.  Used with the <MediaHandling> tag where the number of labels is the determining quantity for an action.

ClosedSyntax

<NumberLabels>Value</NumberLabels>

Where Value can be set to any positive number.

ClosedParent Tag

<MediaHandling>

ClosedRemarks

The <NumberLabels> tag sets the number of labels to be used as the media handling trigger. This is used in conjunction with the <Occurrence> tag set to btMHAfterNumberOfLabels.

<NumberLabels> is an optional tag that is used with the <Print> and <FormatSetup> commands when the <MediaHandling> tag is included in the script. It is required when the <Occurrence> tag is set to btMHAtAfterNumberOfLabels.

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>

<MediaHandling>

<Action>btMHPageBreak</Action>

<NumberLabels>5</NumberLabels>

<Occurrence>btMHAfterNumberOfLabels</Occurrence>

</MediaHandling>

</Print>

</Command>

</XMLScript>

ClosedRequirements

BTXML Script version 1.0 (BarTender 8.0 and later versions)

Related Topics