IPXV_Inst::NewCoreDoc Method
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
m (Automatic page editing by robot) |
(One intermediate revision by the same user not shown) | |
(No difference)
|
Latest revision as of 02:57, 15 June 2015
Creates a new blank core-document object.
Syntax
HRESULT NewCoreDoc([in, defaultvalue(NULL)] ICab* pNewDocParams, [out, retval] IPXC_Document** pDoc);
Parameters
- pNewDocParams
- [in, defaultvalue(NULL)] The optional pointer to ICab that contains additional parameters for new document creation.
- pDoc
- [out, retval] Returns pointer to new IPXC_Document object.
Return Value
Returns S_OK if operation was successful or error code in other cases.