IUIX_Edit::Link Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
 
Line 10: Line 10:
 
== Syntax ==
 
== Syntax ==
 
<pre class="brush:cpp;gutter:false">HRESULT get_Link(              LONG  nIndex,
 
<pre class="brush:cpp;gutter:false">HRESULT get_Link(              LONG  nIndex,
                 [out, retval]  LONG*  pID);
+
                 [out, retval]  LONG*  nID);
 
</pre>
 
</pre>
  

Latest revision as of 04:20, 15 June 2015


Property Link of interface IUIX_Edit returns Value of LONG ...

Syntax

HRESULT get_Link(               LONG   nIndex,
                 [out, retval]  LONG*  nID);

Parameters

nIndex
Value of LONG.

See Also

IUIX_Edit