[]
Represents the pages of a document that is being previewed in a C1PreviewPane (see Pages).
public class PreviewPages : CollectionBase, IList, ICollection, IEnumerable
| Name | Description |
|---|---|
| PreviewPages() | Initializes a new instance of the PreviewPages class. |
| Name | Description |
|---|---|
| IsEmpty | Gets a value indicating whether the current collection of pages is empty. |
| this[int] | Gets or sets the element at the specified index. |
| Name | Description |
|---|---|
| Add(PreviewPageBase) | Adds a page to the current collection. |
| AddRange(ICollection) | Adds a range of pages to the current collection. |
| ClonePageImages() | Creates an array of page image clones. |
| IndexOf(PreviewPageBase) | Gets the index of a page in the current collection. |
| Insert(int, PreviewPageBase) | Inserts a page into the current collection. |
| InsertRange(int, ICollection) | Inserts a range of pages into the current collection. |
| Remove(PreviewPageBase) | Removes a page from the current collection. |
| RemoveRange(int, int) | Removes a range of pages from the current collection. |
| Name | Description |
|---|---|
| PagesChanged | Occurs when the current PreviewPages or one of its elements has changed. |
| PagesChanging | Occurs when the current PreviewPages or one of its elements is about to change. |