Gets a page from the collection. In C# this property is the indexer for the PageCollection class.
public Page this [int number] { get; }
Public Default ReadOnly Property Item(ByVal number As Integer) As Page
Read only.