IPXC_Inst::NewDocument Method

From PDF XChange PDF SDK
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