IPXC_Inst::NewDocumentEx Method

From PDF XChange PDF SDK
Revision as of 00:17, 11 April 2016 by Palamar (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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