boolean setWindowsTempDir(String dir)
The setWindowsTempDir
method lets you specify the
download location for print jobs on the Windows client device.
setWindowsTempDir
reports success or failure by
returning true
or false
.
setWindowsTempDir("c:\windows\temp");
Downloads print jobs to c:\windows\temp
before printing.