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)
 
(11 intermediate revisions by 3 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|property}}
+
{{#parentPage:PXV:IIXC_Image#Properties|PagesCount|property}}
{{ToWrite}}
+
{{ToReview}}
+
  
Property '''PagesCount''' of interface [[PXV:IIXC_Image|IIXC_Image]] returns Value of ULONG ...
+
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 ==
See also [[PXV:IIXC_Image|IIXC_Image]].
+
[[PXV:IIXC_Image|IIXC_Image]]

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