[]
Removes a Page object from the PageCollection at the specified index.
public void RemoveAt(int index)
A zero-based int index at which to remove the Page object.
PageCollection collection = new PageCollection(); collection.Add(new Page()); collection.RemoveAt(0);