2022.1

Table Of Contents
Field Type Description
enabled boolean When enabled, the stationery will be included in the
output (Print sections only).
url String Specifies the image to use as virtual stationery. For a file
named My_Media.pdf, stored inside the template
resources, the url would be images/My_Media.pdf.
The complete syntax for an external file
is:file://<host>/<path>. If the host is"localhost", it can be
omitted, resulting infile:///<path>, for example:
file:///c:/users/Adminstrator/Pictures/M
y_Media.jpg.
page Number PDF and TIFFfiles may count more than one page.
Specify the page number to use.
position
"MediaPosition"
on page952
The position is used to place the stationery on the
page (absolute, centered, fit to media).
top Measurement The vertical offset from the top of the page, used to
position the stationery (only when absolute positioning is
selected). This value can be negative.
left
Measurement
The horizontal offset from the left of the page, used to
position the stationery (only when absolute positioning is
selected). This value can be negative.
merge
In Control Scripts, the root level instance of the object merge is the entry point from where you
can query and change the way contexts are merged. It gives access to the template with all its
contexts and sections.
For more information about Control Scripts, see "Control Scripts" on page425 and "Control
Script API" on page917.
Some of the objects are also useful in Post Pagination Scripts; see "Post Pagination Scripts"
on page441 and "Post Pagination Script API" on page953.
For sample scripts, follow the links to the respective objects.
Page 924