Script functions reference > Script functions in alphabetical order > S > SetPrnXoffs

SetPrnXoffs
Syntax
SetPrnXoffs(num);
num 
Description
Adjusts X positions for overlay files (*.prn). Adjustments are valid until further adjustments.
Note:
The overlay must have the Offset Adjust check box selected in the PageOUT Process.
Returns
A number specifying the old X adjustment.
Example
if($doctype="invoice")
{
setprnxoffs(4);
}
OpenText StreamServe 5.6 Updated: 2013-03-01