IIXC_Image::PagesCount Property
From PDF XChange PDF SDK
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_PagesCount([out, retval] ULONG* | + | <pre class="brush:cpp;gutter:false">HRESULT get_PagesCount([out, retval] ULONG* nCount); |
</pre> | </pre> | ||
== See Also == | == See Also == | ||
[[PXV:IIXC_Image|IIXC_Image]] | [[PXV:IIXC_Image|IIXC_Image]] |
Revision as of 02:07, 4 June 2015
Property PagesCount of interface IIXC_Image returns the page count from the specified image.
Syntax
HRESULT get_PagesCount([out, retval] ULONG* nCount);