'Declaration Public Function GetRange( _ ByVal index As Integer, _ ByVal count As Integer _ ) As PagesCollection
public PagesCollection GetRange( int index, int count )
Parameters
- index
- Specifies the starting page index of the range.
- count
- The number of pages to be returned.
Return Value
A collection of pages from the collection starting at the specified index.