The PageCollection type exposes the following members.

Methods

  NameDescription
Public methodAdd
Add a new or existing page to end of this collection.
Public methodAddRange
Adds the entries in an array of Pages to the end of the PageCollection.
Public methodClear
Removes all pages from the PageCollection.
Public methodCloneToArray()()()()
Clones this PageCollection with default clone settings.
Public methodCloneToArray(String)
Clones this PageCollection with the default clone settings but prefix the field fullNames.
Public methodCloneToArray(PageCloneSettings)
Clones this PageCollection with the specified clone settings.
Public methodCloneToArray(PageCloneSettings, String)
Clones this PageCollection with the specified clone settings and prefix the field fullNames.
Public methodContains
Determine whether an Page is in the PageCollection.
Public methodGetEnumerator
Implements strong typed IEnumerable<T>.GetEnumerator.
Public methodIndexOf
Returns the zero-based index of the given page.
Public methodInsert
Insert a new or existing page in this collection at the given index.
Public methodInsertRange
Insert the entries in an array of Pages to the specific locations in the PageCollection.
Public methodMove
Moves an existing page to an other position.
Public methodRemove
Removes a page from the collection.
Public methodRemoveAt
Removes a page from the collection.
Public methodRemoveRange(array<Page>[]()[][])
Removes multiple pages from the collection.
Public methodRemoveRange(Int32, Int32)
Removes multiple contiguous pages from the collection.

See Also