Add | Adds a PageRange to the PageList collection. |
Clear | Clears the PageList collection. |
Contains | Determines if the specified object is in the PageList collection. |
CopyTo | Copies all the elements of the collection to the specified array, beginning at the specified index in the array. |
GetAt | Get the page at the index location specified. |
IndexOf | Determines if the specified PageRange is in the collection and returns it's index value. |
Insert | Inserts the specified PageRange into the collection. |
Remove | Removes the given PageRange from the collection. |
RemoveAt | Removes the page from the page list at the location specified. |
Count | Gets and sets the number of PageRange objects in the collection. |
Item | Gets or sets the element at the given index. |