IUIX_DropTargetSupport::AddSuppFmt Method
From PDF XChange PDF SDK
(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] | + | <pre class="brush:cpp;gutter:false">HRESULT AddSuppFmt([in] LONG nClipFmt);</pre> |
== Parameters == | == Parameters == | ||
− | ; | + | ;nClipFmt |
− | :[in] Value of | + | :[in] Value of LONG. |
== Return Value == | == Return Value == |
Latest revision as of 00: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.