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 11: Line 11:
  
 
== 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]]
+

Revision as of 04:04, 23 May 2015

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

Syntax

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

See Also

IIXC_Image