[]
Represents the pages collection.
public interface IPagesCollection<out T> : IList, ICollection, IEnumerable, IDisposable, ICloneable where T : Page, new()
| Name | Description |
|---|---|
| T | Represents a class of type Page. |
| Name | Description |
|---|---|
| Document | Gets the document. |
| Fonts | Gets the font collection of texts of pages. |
| Name | Description |
|---|---|
| Changed | The change event. |
| FetchItem | The item fetch event. |