IPXC_Document::FlushChanges Method

From PDF XChange PDF SDK
Jump to: navigation, search
(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}}
{{ToWrite}}
 
 
{{ToReview}}
 
{{ToReview}}
  
The method of interface of PDF-XChange Editor SDK.
+
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)]  Value of ULONG.
+
:[in, defaultvalue(0)]  Not used.
  
 
== Return Value ==
 
== Return Value ==

Latest revision as of 06: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.

See Also

IPXC_Document