Name | Description | |
---|---|---|
![]() | PageCollection Constructor | Initializes a new instance of the PageCollection class. |
The following tables list the members exposed by PageCollection.
Name | Description | |
---|---|---|
![]() | PageCollection Constructor | Initializes a new instance of the PageCollection class. |
Name | Description | |
---|---|---|
![]() | Count | Gets the number of Page objects in the PageCollection. |
![]() | IsReadOnly | Gets a value indicating whether the PageCollection is read-only. |
![]() | Item | Gets or sets a specific Page object in the PageCollection by position. |
Name | Description | |
---|---|---|
![]() | Add | Adds a Page object to the PageCollection. |
![]() | Clear | Removes all items from the PageCollection. |
![]() | Contains | Gets a value indicating whether the PageCollection contains the specified Page. |
![]() | CopyTo | Copies the objects in the PageCollection to a Page array, starting at the specified array index. |
![]() | IndexOf | Determines the index of a specific Page object in the PageCollection. |
![]() | Insert | Inserts a new Page into the PageCollection at the specified location. |
![]() | Remove | Removes the specified Page object from the PageCollection. |
![]() | RemoveAt | Removes a Page object from the PageCollection at the specified index. |
![]() | ToArray | Copies the elements of the PageCollection to a new array. |