Returns a new collection of the specified number of pages starting with the specified index
[Visual Basic]
Public Function GetRange( _
ByVal index As Integer, _
ByVal count As Integer _
) As PagesCollection
[C#]
public PagesCollection GetRange(
int index,
int count
);
A collection of pages from the collection starting at the specified index.
PagesCollection Class | PagesCollection Members
Copyright © 2004-2005 Data Dynamics, Ltd. All rights reserved.