Functionps_showpdf

Defined in: pbwbullzip

public subroutine ps_showpdf (string arg_yes_no_ask)

Comment:
PDF Printer Settings
Specifies if the resulting PDF file should be shown after generation. This setting can have the following values: yes, no, ask.


Script:
public subroutine ps_showpdf (string arg_yes_no_ask);
i_PBbullzip.setvalue("ShowPDF",arg_yes_no_ask)
end subroutine