Last placement

Specifies the position of barcode or text with respect to the coordinates of the last used barcode or text command.  

Syntax

To use default bottomcenter:topcenter alignment

barcode target=last, BarcodeValue

 

To use explicit alignment

barcode target=last:TargetAP:ElementAP, BarcodeValue

 

To specify offset of an element in respect to alignment point

barcode target=last[:TargetAP:ElementAP] [,left=LeftOffset] [,up=UpOffset] [,right=RightOffset] [,down=DownOffset] ,BarcodeValue

Parameters

TargetAP

 Target (anchor) alignment point.  Default value is bottomcenter

ElementAP

 Element alignment point.  Default value is topcenter

LeftOffset

Value of barcode shift left. Default 0.0

UpOffset

Value of barcode shift up. Default 0.0

RightOffset

Value of barcode shift right. Default 0.0

DownOffset

Value of barcode shift down. Default 0.0

Notes

Examples

Place text bellow barcode.  Text uses barcode value.

barcode 5.0, 1.0, ${CustomerID}

text target=last, ${last}

Please text bellow barcode., aligned on the left side.  

barcode 5.0, 1.0, ${CustomerID}

text target=last:bl:tl, ${last}

Place barcode to the right of the previous barcode.

barcode 5.0, 1.0, ${CustomerID}

barcode target=last:tr:tl, ${FormID}

Syntax legend
 

Format

Meaning

Italic

Information that the user must supply
 

Bold

Elements that the user must type exactly as shown.

Between brackets ([])

Optional items
 

Ellipsis (...)

Parameter that can be repeated several times