IPXC_Document::FlushChanges Method

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