[]
Adds a Page object to the PageCollection.
public void Add(Page value)
A Page object to add.
PageCollection collection = new PageCollection(); collection.Add(new Page());