IUIX_DropTargetSupport::AddSuppFmt Method

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
m (Automatic page editing by robot)
 
Line 9: Line 9:
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT AddSuppFmt([in]  wireCLIPFORMAT nFmt);</pre>
+
<pre class="brush:cpp;gutter:false">HRESULT AddSuppFmt([in]  LONG nClipFmt);</pre>
  
 
== Parameters ==
 
== Parameters ==
;nFmt
+
;nClipFmt
:[in]  Value of wireCLIPFORMAT.
+
:[in]  Value of LONG.
  
 
== Return Value ==
 
== Return Value ==

Latest revision as of 01:59, 22 November 2016


The method of interface of PDF-XChange Editor SDK.

Syntax

HRESULT AddSuppFmt([in]  LONG  nClipFmt);

Parameters

nClipFmt
[in] Value of LONG.

Return Value

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

See Also

IUIX_DropTargetSupport