IPXV_Inst::NewCoreDoc Method

From PDF XChange PDF SDK
Revision as of 17:18, 25 May 2015 by Pifagor (Talk | contribs)

Jump to: navigation, search


Creates a new blank core-document object.

Syntax

HRESULT NewCoreDoc([in, defaultvalue(NULL)]  ICab*            pNewDocParams,
                   [out, retval]             IPXC_Document**  ppDoc);

Parameters

pNewDocParams
[in, defaultvalue(NULL)] The optional pointer to ICab that contains additional parameters for new document creation.
ppDoc
[out, retval] Returns pointer to new IPXC_Document object.

Return Value

Returns S_OK if operation was successful or error code in other cases.

See Also

IPXV_Inst