IPXC_Inst::NewDocumentEx Method
From PDF XChange PDF SDK
Creates new document with given type.
Syntax
HRESULT NewDocumentEx([in] ICab* pNewDocParams, [out, retval] IPXC_Document** pDocument);
Parameters
- pNewDocParams
- [in] Pointer to ICab containing the type parameters of the new document.
- pDocument
- [out, retval] Pointer to IPXC_Document containing the newly created document.
Return Value
Returns S_OK if operation was successful or error code in other cases.