IPXV_Document::Close Method

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
 
(5 intermediate revisions by one other user not shown)
Line 2: Line 2:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXV_Document::Close Method}}
 
{{#customTitle:IPXV_Document::Close Method}}
{{#parentPage:PXV:IPXV_Document|Close Method|method}}
+
{{#parentPage:PXV:IPXV_Document#Methods|Close|method}}
{{ToWrite}}
+
 
{{ToReview}}
 
{{ToReview}}
  
Line 13: Line 12:
 
== Parameters ==
 
== Parameters ==
 
;nFlags
 
;nFlags
:[in, defaultvalue(0)]  Value of LONG.
+
:[in, defaultvalue(0)]  Value of LONG containing the [[PXV:PXV_DocCloseFlags|document close flags]].
  
 
== Return Value ==
 
== Return Value ==
Line 19: Line 18:
  
 
== See Also ==
 
== See Also ==
[[PXV:IPXV_Document|IPXV_Document]].
+
[[PXV:IPXV_Document|IPXV_Document]]

Latest revision as of 00:57, 16 March 2016


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