IIXC_Image::PagesCount Property

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
m (Automatic page editing by robot)
Line 6: Line 6:
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_PagesCount(ULONG* pCount);
+
<pre class="brush:cpp;gutter:false">HRESULT get_PagesCount([out, retval] ULONG* pCount);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
 
See also [[PXV:IIXC_Image|IIXC_Image]].
 
See also [[PXV:IIXC_Image|IIXC_Image]].

Revision as of 02:25, 14 April 2015

Property PagesCount of interface IIXC_Image returns Value of ULONG ...


Syntax

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

See Also

See also IIXC_Image.