The DeleteNovaPrinter method adds a temporary novaPDF printer in the system
HRESULT DeleteNovaPrinter(
[in] LPCWSTR p_wsPrinterName
);
Parameters:
p_wsPrinterName
[in] pointer to a null terminated Unicode string containing the name of the printer to be deleted.
Return values:
S_OK
on success or COM error codeNV_INVALID _ PRINTER_NAME
- not a novaPDF printerNV_ERROR_DELETE_PRINTER
- there was an error when deleting the printerRemarks:
This method must be called for printers added with AddNovaPrinter method, after finish printing documents. It will delete the temporary printer from the system. Use this method if you wish to work with temporary printers.