IPXC_TextBlockInfo::ParaCount Property

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

Latest revision as of 03:38, 15 June 2015


Property ParaCount of interface IPXC_TextBlockInfo returns Value of ULONG ...

Syntax

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

See Also

IPXC_TextBlockInfo