IPXC_Document::FlushChanges Method
From PDF XChange PDF SDK
(Automatic page editing by robot) |
|||
Line 3: | Line 3: | ||
{{#customTitle:IPXC_Document::FlushChanges Method}} | {{#customTitle:IPXC_Document::FlushChanges Method}} | ||
{{#parentPage:PXV:IPXC_Document#Methods|FlushChanges|method}} | {{#parentPage:PXV:IPXC_Document#Methods|FlushChanges|method}} | ||
− | |||
{{ToReview}} | {{ToReview}} | ||
− | + | Updates the [[PXV:IPXS_Document|IPXS_Document]] with the changes made to the [[PXV:IPXC_Document|IPXC_Document]] (for example when adding new fonts etc.). | |
== Syntax == | == Syntax == | ||
Line 13: | Line 12: | ||
== Parameters == | == Parameters == | ||
;nFlags | ;nFlags | ||
− | :[in, defaultvalue(0)] | + | :[in, defaultvalue(0)] Not used. |
== Return Value == | == Return Value == |
Latest revision as of 05:04, 28 July 2017
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.