IPXC_Document::FlushChanges Method

From PDF XChange PDF SDK
Revision as of 06:04, 28 July 2017 by Palamar (Talk | contribs)

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


Updates the IPXS_Document with the changes made to the IPXC_Document (for example when adding new fonts etc.).

Syntax

HRESULT FlushChanges([in, defaultvalue(0)]  ULONG  nFlags);

Parameters

nFlags
[in, defaultvalue(0)] Not used.

Return Value

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

See Also

IPXC_Document