IRangeHelper::Save Method

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
Line 9: Line 9:
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT Save([in]  ICabNode*  pDstParams);</pre>
+
<pre class="brush:cpp;gutter:false">HRESULT Save([in]  ICabNode*  DstParams);</pre>
  
 
== Parameters ==
 
== Parameters ==
;pDstParams
+
;DstParams
 
:[in]  Pointer to [[PXV:ICabNode|ICabNode]].
 
:[in]  Pointer to [[PXV:ICabNode|ICabNode]].
  

Revision as of 07:45, 12 June 2015


The method of interface of PDF-XChange Editor SDK.

Syntax

HRESULT Save([in]  ICabNode*  DstParams);

Parameters

DstParams
[in] Pointer to ICabNode.

Return Value

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

See Also

IRangeHelper