PageCollection

PageCollection class

Page collection.

Properties

NameTypeDescription
Countint
Item (int)Page

Methods

NameDescription
addAdd the page in the collection.
disposePerforms application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
removeRemove the page from the collection.
getPageGets the element at the specified ID.
clear
removeAt
iteratorReserved for internal use.

PageCollection.Count property

Type: int

PageCollection.Item (int) property

Type: Page

add(page)

Add the page in the collection.

ParameterTypeDescription
pagePage

dispose()

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

remove(page)

Remove the page from the collection.

ParameterTypeDescription
pagePage

getPage(ID) (1 of 2)

Gets the element at the specified ID.

ParameterTypeDescription
IDint

getPage(name) (2 of 2)

Gets the element at the specified name.

ParameterTypeDescription
nameString

clear()

removeAt(index)

iterator()

Reserved for internal use.