Functionms_mergeposition

Defined in: pbwbullzip

public subroutine ms_mergeposition (string arg_botton_top)

Comment:
PDF Merge Settings
If you specify a merge file this parameter will determine the position of current PDF output in the merged result. Valid values are 'bottom' (append) and 'top' (prepend). The default is 'bottom', which will append your current PDF output to the PDF file specified in the MergeFile parameter.


Script:
public subroutine ms_mergeposition (string arg_botton_top);/**/
i_PBbullzip.setvalue("MergePosition",arg_botton_top)
end subroutine