Specifies the position of barcode or text with respect to the coordinates of the last used barcode or text command.
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
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
If both LeftOffset
and RightOffset are
specified, their shifts are combined.
If both TopOffset and BottomOffset are specified, their
shifts are combined.
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}
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 |