PageCollection
Contents
[
Hide
]PageCollection class
Page collection.
public class PageCollection : Collection, IDisposable
Properties
| Name | Description |
|---|---|
| Count { get; } | Gets the number of elements actually contained in the collection. |
| Item { get; } | Gets the element at the specified index. |
Methods
| Name | Description |
|---|---|
| Add(Page) | Add the page in the collection. |
| Clear() | Removes all elements from collection. |
| Dispose() | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. |
| GetEnumerator() | Supports a simple iteration over a nongeneric collection. |
| GetPage(int) | Gets the element at the specified ID. |
| GetPage(string) | Gets the element at the specified name. |
| IsExist(int) | Is exist item in the collection. |
| Remove(Page) | Remove the page from the collection. |
See Also
- class Collection
- namespace Aspose.Diagram
- assembly Aspose.Diagram