StartingPosition Tag

ClosedDescription

Sets the starting position to begin printing when there are multiple columns and/or rows on a document.

ClosedSyntax

<StartingPosition>Value</StartingPosition>

Where Value equals a positive number value corresponding to a starting position number as shown on BarTender's Page Setup dialog for the document.

ClosedParent Tag

<PrintSetup>

ClosedRemarks

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

This tag is valid only when the "Select starting position at print time" checkbox is selected on the Page Setup dialog of the document. Otherwise, this tag has no effect.

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>

<StartingPosition>2</StartingPosition>

</PrintSetup>

</Print>

</Command>

</XMLScript>

ClosedRequirements

BarTender 2016 and later versions.