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

SetPrnYoffs
Syntax
SetPrnYoffs(num);
Description
Adjusts Y 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 Y adjustment.
Example
if($doctype="picklist")
{
setprnyoffs(-3);
}
OpenText StreamServe 5.6 Updated: 2013-03-01