IPXV_Inst::ModifyDoc Method

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
m (Automatic page editing by robot)
Line 5: Line 5:
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT ModifyDoc([in] IPXV_Document* pDoc, [in] PXC_DocModifyType nModType, [in, optional] LONG nModCount);</pre>
+
<pre class="brush:cpp;gutter:false">HRESULT ModifyDoc([in] IPXV_Document* pDoc, [in] PXC_DocModifyType nModType, [in, defaultvalue(1)] LONG nModCount);</pre>
  
 
== Parameters ==
 
== Parameters ==
Line 13: Line 13:
 
:[in]  Value of [[PXV:PXC_DocModifyType|PXC_DocModifyType]].
 
:[in]  Value of [[PXV:PXC_DocModifyType|PXC_DocModifyType]].
 
;''nModCount''
 
;''nModCount''
:[in, optional]  Value of LONG.
+
:[in, defaultvalue(1)]  Value of LONG.
  
 
== Return Value ==
 
== Return Value ==

Revision as of 01:32, 17 April 2015

The method of interface of PDF-XChange Editor SDK.

Syntax

HRESULT ModifyDoc([in] IPXV_Document* pDoc, [in] PXC_DocModifyType nModType, [in, defaultvalue(1)] LONG nModCount);

Parameters

pDoc
[in] Pointer to IPXV_Document.
nModType
[in] Value of PXC_DocModifyType.
nModCount
[in, defaultvalue(1)] Value of LONG.

Return Value

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

See Also

See also IPXV_Inst.