IPXC_Article::BeadsCount Property

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

Revision as of 06:55, 12 June 2015

Gets number of beads in article.

Syntax

HRESULT get_BeadsCount([out, retval]  ULONG*  BeadsCount);

See Also

IPXC_Article