The Initialize method initializes the INovaPdfOptions interface
HRESULT Initialize(
[ in ] LPCWSTR p_wsPrinterName,
[ in ] LPCWSTR p_wsLicenseKey
);
Parameters:
p_wsPrinterName
[in] pointer to a null terminated Unicode string containing the name of the printer to configure
p_wsLicenseKey
[in] pointer to a null terminated Unicode string 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 must be called prior to calling any method from the INovaPdfOptions interface.