IPXV_Document::Close Method

From PDF XChange PDF SDK
Revision as of 00:57, 16 March 2016 by Palamar (Talk | contribs)

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


The method of interface of PDF-XChange Editor SDK.

Syntax

HRESULT Close([in, defaultvalue(0)]  LONG  nFlags);

Parameters

nFlags
[in, defaultvalue(0)] Value of LONG containing the document close flags.

Return Value

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

See Also

IPXV_Document