Functionps_afterprintprogramdir

Defined in: pbwbullzip

public subroutine ps_afterprintprogramdir (string arg_dir)

Comment:
PDF Printer Settings
You can use this setting to specify the current directory for the execution of the AfterPrintProgram command line.


Script:
public subroutine ps_afterprintprogramdir (string arg_dir);
i_PBbullzip.setvalue("AfterPrintProgramDir",arg_dir)
end subroutine