Specifying footer placement in any barcode or text commands creates a clear area at the bottom of the output page. The height of the footer area is the minimum size that accommodates all the footer elements. The content of the original page is scaled down to fit between top of the footer and top of the page (or bottom of the header if present).
![]() |
![]() |
To create a footer region and use the implicit alignment, bottomleft:bottomleft with default margins.
barcode target=footer, BarcodeValue
To create a footer region and use the implicit bottomleft:bottomleft alignment with specified margins. You can also change them with the margins command
barcode target=footer ,left=LeftMargin [,bottom=TopMargin], BarcodeValue
To create a footer region and use implicit bottomright:bottomright alignment with specified margins
barcode target=footer, right=RightMargin [, bottom=TopMargin], BarcodeValue
To create a footer region and use explicit alignment with the default margins or the established margins set by the margins command
barcode target=footer:TargetAP[:ElementAP], BarcodeValue
To create a footer region and use explicit alignment with specified margins
barcode target=footer[:TargetAP[:ElementAP]]:AllMargins, BarcodeValue
barcode target=footer[:TargetAP[:ElementAP]]:HorzlMargins:VertMargins, BarcodeValue
barcode target=footer[:TargetAP[:ElementAP]]:LeftMargin:TopMargin:RightMargin:BottomMargin, BarcodeValue
LeftMargin
Left margin
TopMargin
Top margin.
RightMargin
Right margin
BottomMargin
Bottom margin
AllMargins
Left, bottom, right, bottom margins
HorzMargins
Left and right margins.
VertMargins
Top and bottom margins.
TargetAP
Target alignment point. Only bottomleft,
bottomcenter and bottomright
values are valid.
Default value is bottomleft
ElementAP
Element alignment point. Default value is the same as TargetAP
TopMargin value is not used for footer placement
If header placement is specified on the page, original content is scaled to fit between footer and header.
Place barcode with default bottomleft:bottomleft alignment. Use default margins.
barcode target=footer, ${DocumentID}${page:00}${pages:00}
Place text in the bottom center of the footer.
text target=footer:tc:tc, "This is my Document"
Place text in the bottom right of the footer. Explicitly specify margins.
text target=footer:tr:tr, bottom=0.1, right=0.2, "Page ${page} of $pages}
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 |