The InitializeSilent2 method initializes the INovaPdfOptions interface silently
HRESULT InitializeSilent2(
[ in ] BSTR p_wsPrinterName,
[ in ] BSTR p_wsLicenseKey
);
Parameters:
p_wsPrinterName
[in] pointer to a BSTR containing the name of the printer to configure
p_wsLicenseKey
[in] pointer to a BSTR containing the license key
Return values:
S_OK on success or COM error code
NV_INVALID_PRINTER_NAME - cannot find printer with given printer name
NV_NOT_A_NOVAPDF_PRINTER - printer is not a novaPDF SDK
NV_INVALID_LICENSE - cannot read license or not a SDK license
NV_SERVICE_ERROR - cannot connect to novaPDF Server service
Remarks:
This method can be used instead of the Initialize method, when you don't want to have message boxes shown with error messages. Use it when your application runs as a windows service or on a server computer.