[]
Gets the number of Page objects in the PageCollection.
public int Count { get; }
An int value indicating the number of Page objects.
PageCollection collection = new PageCollection(); collection.Add(new Page()); int count = collection.Count;