IIXC_Image::PagesCount Property

From PDF XChange PDF SDK
Jump to: navigation, search
(Parent page removed)
m (Automatic page editing by robot)
 
(5 intermediate revisions by the same user not shown)
Line 2: Line 2:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IIXC_Image::PagesCount Property}}
 
{{#customTitle:IIXC_Image::PagesCount Property}}
 +
{{#parentPage:PXV:IIXC_Image#Properties|PagesCount|property}}
 +
 
Property '''PagesCount''' of interface [[PXV:IIXC_Image|IIXC_Image]] returns the page count from the specified image.
 
Property '''PagesCount''' of interface [[PXV:IIXC_Image|IIXC_Image]] returns the page count from the specified image.
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_PagesCount([out, retval]  ULONG*  pCount);
+
<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]]
:[[PXV:IIXC_Image_GetPage|IIXC_Image::GetPage]]
+
:[[PXV:IIXC_Image_RemovePageByIndex|IIXC_Image::RemovePageByIndex]]
+

Latest revision as of 03:15, 15 June 2015

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

Syntax

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

See Also

IIXC_Image