IPXC_Inst::NewDocument Method

From PDF XChange PDF SDK
Revision as of 00:26, 24 June 2016 by Palamar (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search


Creates new empty core document.

Syntax

HRESULT NewDocument([out, retval]  IPXC_Document**  pDocument);

Parameters

pDocument
[out, retval] Pointer to IPXC_Document containing the resulting core document.

Return Value

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

See Also

IPXC_Inst