IUIX_Edit::ParaCount Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
 
(3 intermediate revisions by the same user not shown)
Line 2: Line 2:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IUIX_Edit::ParaCount Property}}
 
{{#customTitle:IUIX_Edit::ParaCount Property}}
{{#parentPage:PXV:IUIX_Edit|ParaCount Property|property}}
+
{{#parentPage:PXV:IUIX_Edit#Properties|ParaCount|property}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}
Line 9: Line 9:
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_ParaCount([out, retval]  LONG*  pCount);
+
<pre class="brush:cpp;gutter:false">HRESULT get_ParaCount([out, retval]  LONG*  nCount);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
[[PXV:IUIX_Edit|IUIX_Edit]].
+
[[PXV:IUIX_Edit|IUIX_Edit]]

Latest revision as of 04:20, 15 June 2015


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

Syntax

HRESULT get_ParaCount([out, retval]  LONG*  nCount);

See Also

IUIX_Edit