ImageGear Professional v18.2 > API Reference Guide > Core Component API Reference > Core Component Objects > IGDocument Object > IGDocument Methods > GetPreviousPageIndex Method |
Gets the index of the previous valid page in the document before the specified Index. If the Index is greater than the last valid index the index for the last page is returned. If the Index is equal to or smaller than the first valid index, an ImageGear error is set.
GetPreviousPageIndex (Index As Long) As Long
Name | Description |
---|---|
Index | Position in the document before which to look for a valid page. |
Index of the valid page.
N/A
Core