IPXC_PageText::BlocksCount Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
 
(5 intermediate revisions by one other user not shown)
Line 2: Line 2:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXC_PageText::BlocksCount Property}}
 
{{#customTitle:IPXC_PageText::BlocksCount Property}}
{{#parentPage:PXV:IPXC_PageText#Properties|BlocksCount Property|property}}
+
{{#parentPage:PXV:IPXC_PageText#Properties|BlocksCount|property}}
{{ToWrite}}
+
 
{{ToReview}}
 
{{ToReview}}
  
Property '''BlocksCount''' of interface [[PXV:IPXC_PageText|IPXC_PageText]] returns  Value of ULONG ...
+
Property '''BlocksCount''' of interface [[PXV:IPXC_PageText|IPXC_PageText]] returns  Value of ULONG containing the number of blocks in the page text.
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_BlocksCount([out, retval]  ULONG*  pCount);
+
<pre class="brush:cpp;gutter:false">HRESULT get_BlocksCount([out, retval]  ULONG*  nCount);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
[[PXV:IPXC_PageText|IPXC_PageText]].
+
[[PXV:IPXC_PageText|IPXC_PageText]]

Latest revision as of 02:49, 13 May 2016


Property BlocksCount of interface IPXC_PageText returns Value of ULONG containing the number of blocks in the page text.

Syntax

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

See Also

IPXC_PageText