IPXC_PageText::BlocksCount Property
From PDF XChange PDF SDK
(Automatic page editing by robot) |
|||
(9 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
+ | __NOTOC__ | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:IPXC_PageText::BlocksCount Property}} | {{#customTitle:IPXC_PageText::BlocksCount Property}} | ||
+ | {{#parentPage:PXV:IPXC_PageText#Properties|BlocksCount|property}} | ||
+ | {{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* | + | <pre class="brush:cpp;gutter:false">HRESULT get_BlocksCount([out, retval] ULONG* nCount); |
</pre> | </pre> | ||
== See Also == | == See Also == | ||
− | + | [[PXV:IPXC_PageText|IPXC_PageText]] |
Latest revision as of 01: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);