IPXV_Inst::NewCoreDoc Method

From PDF XChange PDF SDK
Revision as of 07:32, 12 June 2015 by Dsbot (Talk | contribs) (Automatic page editing by robot)

Jump to: navigation, search


Creates a new blank core-document object.

Syntax

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

Parameters

NewDocParams
[in, defaultvalue(NULL)] The optional pointer to ICab that contains additional parameters for new document creation.
Doc
[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