IPXV_FormatConverter::CreateParams Method
From PDF XChange PDF SDK
Creates additional cab parameters holding advanced settings for the converter.
Syntax
HRESULT CreateParams([in] IPXV_Inst* pInst, [out, retval] ICab** pParams);
Parameters
- pInst
- [in] Pointer to IPXV_Inst containing the instance of the program.
- pParams
- [out, retval] Pointer to ICab containing the resulting advanced parameters.
Return Value
Returns S_OK if operation was successful or error code in other cases.