IUIX_Edit::ParaTextLen 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_ParaTextLen(              LONG  nParaIndex,
 
<pre class="brush:cpp;gutter:false">HRESULT get_ParaTextLen(              LONG  nParaIndex,
                         [out, retval]  LONG*  pTextLen);
+
                         [out, retval]  LONG*  nTextLen);
 
</pre>
 
</pre>
  

Latest revision as of 04:21, 15 June 2015


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

Syntax

HRESULT get_ParaTextLen(               LONG   nParaIndex,
                        [out, retval]  LONG*  nTextLen);

Parameters

nParaIndex
Value of LONG.

See Also

IUIX_Edit