PageCollection
Contents
[
Hide
]PageCollection class
Page collection.
Properties
| Name | Type | Description |
|---|---|---|
| Count | int | |
| Item (int) | Page |
Methods
| Name | Description |
|---|---|
| add | Add the page in the collection. |
| dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. |
| remove | Remove the page from the collection. |
| getPage | Gets the element at the specified ID. |
| clear | |
| removeAt | |
| iterator | Reserved for internal use. |
PageCollection.Count property
Type: int
PageCollection.Item (int) property
Type: Page
add(page)
Add the page in the collection.
| Parameter | Type | Description |
|---|---|---|
| page | Page |
dispose()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
remove(page)
Remove the page from the collection.
| Parameter | Type | Description |
|---|---|---|
| page | Page |
getPage(ID) (1 of 2)
Gets the element at the specified ID.
| Parameter | Type | Description |
|---|---|---|
| ID | int |
getPage(name) (2 of 2)
Gets the element at the specified name.
| Parameter | Type | Description |
|---|---|---|
| name | String |
clear()
removeAt(index)
iterator()
Reserved for internal use.