The DeleteNovaPrinter2 method adds a temporary novaPDF printer in the system
HRESULT DeleteNovaPrinter2(
[in] BSTR p_wsPrinterName
);
Parameters:
p_wsPrinterName
[in] 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.