IPXC_Pages::Count Property
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
|||
(5 intermediate revisions by the same user not shown) | |||
Line 2: | Line 2: | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:IPXC_Pages::Count Property}} | {{#customTitle:IPXC_Pages::Count Property}} | ||
− | {{#parentPage:PXV:IPXC_Pages|Count | + | {{#parentPage:PXV:IPXC_Pages#Properties|Count|property}} |
− | + | ||
Gets number of pages in the [[PXV:IPXC_Document|core document]]. | Gets number of pages in the [[PXV:IPXC_Document|core document]]. | ||
== Syntax == | == Syntax == | ||
− | <pre class="brush:cpp;gutter:false">HRESULT get_Count([out, retval] ULONG* | + | <pre class="brush:cpp;gutter:false">HRESULT get_Count([out, retval] ULONG* nCount); |
</pre> | </pre> | ||
== See Also == | == See Also == | ||
− | [[PXV:IPXC_Pages|IPXC_Pages]] | + | [[PXV:IPXC_Pages|IPXC_Pages]] |
Latest revision as of 02:33, 15 June 2015
Gets number of pages in the core document.
Syntax
HRESULT get_Count([out, retval] ULONG* nCount);