IPXC_Inst::NewDocumentEx Method

From PDF XChange PDF SDK
Jump to: navigation, search


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.

See Also

IPXC_Inst