Uninstalls a Postscript printer definition.
capi
uninstall-postscript-printer name &key if-does-not-exist deletep
name⇩ |
A string. |
if-does-not-exist⇩ |
One of nil or :error . |
deletep⇩ |
A boolean. |
The function uninstall-postscript-printer
uninstalls a PostScript printer definition for the given device name.
This applies only on GTK+ and Motif.
if-does-not-exist controls what happens if the named printer does not exist. The default value is :error
.
deletep, if true, causes the printer to be removed for subsequent sessions as well as the current session, by deleting the file on the disk. The default value of deletep is nil
.
CAPI User Guide and Reference Manual (Unix version) - 01 Dec 2021 19:32:42