The PageCollection type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
AddDuplicate |
Creates a duplicate of the specified page and adds it to this
collection.
The duplicate page will become the active page.
|
![]() |
AddNew |
Creates and adds a Page with a
localized default title to the document.
The page will become the active page.
|
![]() |
AddNew(String) |
Creates and adds a Page to the document.
The page will become the active page.
|
![]() |
Clear |
Removes all pages from this collection.
|
![]() |
Contains |
Determines whether the specified value is in this collection.
(Inherited from DocumentNodeListBaseT.) |
![]() |
GetEnumerator |
Returns an enumerator that iterates through this collection.
(Inherited from DocumentNodeListBaseT.) |
![]() |
GetType |
Gets the Type of the current instance. (Inherited from Object.) |
![]() |
IndexOf |
Searches for the specified value and returns the zero-based index
of the first occurrence within this collection.
(Inherited from DocumentNodeListBaseT.) |
![]() |
Move |
Moves the item at the specified index to a new location in the collection.
|
![]() |
MoveVisualTo |
Moves a visual from its current Page to a new
page.
|
![]() |
Remove |
Removes the specified Page
from this page collection.
|
![]() |
RemoveAt |
Removes the page at the specified index
from this page collection.
|
![]() |
ToArray |
Copies the elements of the collection to a new array.
(Inherited from DocumentNodeListBaseT.) |
![]() |
TryGetPage |
Tries to get a page specified by its id.
|
Explicit Interface Implementations
Name | Description | |
---|---|---|
![]() ![]() |
IEnumerableGetEnumerator |
Returns an enumerator that iterates through a collection.
(Inherited from DocumentNodeListBaseT.) |
![]() ![]() |
IServiceProviderGetService |
Implements IServiceProvider.
(Inherited from Node.) |
![]() ![]() |
INodeContextGetAncestorT |
Implements GetAncestorT.
(Inherited from DocumentNode.) |
![]() ![]() |
INodeContextGetServiceT |
Implements GetServiceT.
(Inherited from DocumentNode.) |
![]() ![]() |
INodeContextIsDescendantOf |
Implements IsDescendantOf(DocumentNode).
(Inherited from DocumentNode.) |
![]() ![]() |
ITransactionsBeginAggregatedTransaction |
Implements BeginAggregatedTransaction.
(Inherited from DocumentNode.) |
![]() ![]() |
ITransactionsExecuteInvisibleTransaction |
Implements ExecuteInvisibleTransaction(Executor).
(Inherited from DocumentNode.) |
![]() ![]() |
ITransactionsExecuteStickyTransaction |
Implements ExecuteStickyTransaction(Guid, Executor).
(Inherited from DocumentNode.) |
![]() ![]() |
ITransactionsExecuteTransaction |
Implements ExecuteTransaction(Executor).
(Inherited from DocumentNode.) |
See Also