IPXV_Inst::CreateOpenDocParams Method
From PDF XChange PDF SDK
Creates container with additional parameters for documents opening. Then it can be passed to IPXV_MainFrame::OpenDocFromIPXV_MainFrame::OpenDocFromPath to customize document opening process.
Syntax
HRESULT CreateOpenDocParams([out, retval] ICab** ppOpenDocParams);
Parameters
- ppOpenDocParams
- [out, retval] Returns pointer to a new ICab object with additional parameters for open document.
Return Value
Returns S_OK if operation was successful or error code in other cases.