IIXC_Image::PagesCount Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
 
(8 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IIXC_Image::PagesCount Property}}
 
{{#customTitle:IIXC_Image::PagesCount Property}}
{{#parentPage:PXV:IIXC_Image|PagesCount Property|property}}
+
{{#parentPage:PXV:IIXC_Image#Properties|PagesCount|property}}
 
+
{{ToReview}}
+
  
 
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