Functionps_showsaveas

Defined in: pbwbullzip

public subroutine ps_showsaveas (string arg_nofile_always_never)

Comment:
PDF Printer Settings
When should the "Save AS" dialog be shown? If you use the "nofile" setting then the dialog is only shown if no output setting is specified.
values: nofile, always, never.


Script:
public subroutine ps_showsaveas (string arg_nofile_always_never);/**/
i_PBbullzip.setvalue("ShowSaveAS",arg_nofile_always_never)
end subroutine