IIXC_Image::PagesCount Property

From PDF XChange PDF SDK
Jump to: navigation, search
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*  nCount);
+
<pre class="brush:cpp;gutter:false">HRESULT get_PagesCount([out, retval]  ULONG*  Count);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
 
[[PXV:IIXC_Image|IIXC_Image]]
 
[[PXV:IIXC_Image|IIXC_Image]]

Revision as of 06:50, 12 June 2015

Property PagesCount of interface IIXC_Image returns the page count from the specified image.

Syntax

HRESULT get_PagesCount([out, retval]  ULONG*  Count);

See Also

IIXC_Image