ImageGear Professional v18.2 > API Reference Guide > Formats Component API Reference > Formats Component Interfaces > IIGFormats Interface > IIGFormats Methods > GetPageCount Method |
Returns a count of pages in the specified location.
GetPageCount(IOLocation as IIGIOLocation, Format as
enumIGFormats) as Long
Name | Description |
---|---|
IOLocation | I/O location object describing the image location. |
Format | Expected format of the page. If Format is IG_FORMAT_UNKNOWN, then page format is auto-detected. |
A count of pages at the specified location.
N/A
Core