Script functions reference > Script functions in alphabetical order > I > InsertOverlay

InsertOverlay
Syntax
InsertOverlay(overlay_name, x_offset, y_offset);
overlay_name
x_offset
y_offset
Description
Adds an overlay to the current page.
If ${<variable>} or $<variable> is used in the overlay specified in the overlay_name parameter, the variable is replaced by the its value when the InsertOverlay() function is called.
The function can be used at the following post-processing scripting levels:
Before and after page.
Returns
0
num>0
Example
InsertOverlay("SummaryOverlay", 0, 5);
OpenText StreamServe 5.6 Updated: 2013-03-01