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 1: Line 1:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IUIX_Edit::Link Property}}
 
{{#customTitle:IUIX_Edit::Link Property}}
{{#parentPage:PXV:IUIX_Edit|property}}
+
{{#parentPage:PXV:IUIX_Edit|Link Property|property}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}
Line 8: Line 8:
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_Link(LONG nIndex, [out, retval] LONG* pID);
+
<pre class="brush:cpp;gutter:false">HRESULT get_Link(               LONG   nIndex,
 +
                [out, retval] LONG* pID);
 
</pre>
 
</pre>
  
 
== Parameters ==
 
== Parameters ==
;''nIndex''
+
;nIndex
 
: Value of LONG.
 
: Value of LONG.
  
 
== See Also ==
 
== See Also ==
 
See also [[PXV:IUIX_Edit|IUIX_Edit]].
 
See also [[PXV:IUIX_Edit|IUIX_Edit]].

Revision as of 06:42, 23 April 2015


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

Syntax

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

Parameters

nIndex
Value of LONG.

See Also

See also IUIX_Edit.