IWords::Count Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
Line 8: Line 8:
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_Count([out, retval]  ULONG*  pCount);
+
<pre class="brush:cpp;gutter:false">HRESULT get_Count([out, retval]  ULONG*  nCount);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
 
[[PXV:IWords|IWords]]
 
[[PXV:IWords|IWords]]

Revision as of 03:10, 4 June 2015


Gets number of items in the words list.

Syntax

HRESULT get_Count([out, retval]  ULONG*  nCount);

See Also

IWords