In a Control Script, the position is an enumeration for the position of background resources for a Print section. It is retrieved and set via background.position.
Field
Description
ABSOLUTE
Places the PDF at a specific location on the page. Set the background's top (background.top) and left (background.left) measured from the top and left side of the section.
CENTERED
Centers the PDF on the page, vertically and horizontally.
FIT_TO_MEDIA
Stretches the PDF to fit the page size.
Examples
This script applies absolute positioning to the background of a Print section.