[]
Represents a collection of C1Page objects in a C1PrintDocument.
public class C1PageCollection : OwnedFastList, IList, ICollection, IEnumerable
Name | Description |
---|---|
Count | Gets the count of elements in the collection. |
Document | Gets the C1PrintDocument containing the current page collection. |
this[int] | Gets the element at the specified index. |
MaxPageNo | Gets the maximum logical page number in the current collection. |
MaxPageX | Gets the maximum logical horizontal page coordinate in the current collection. |
MaxPageY | Gets the maximum logical vertical page coordinate in the current collection. |
MinPageNo | Gets the minimum logical page number in the current collection. |
Name | Description |
---|---|
Find(int) | Searches the current collection for a C1Page with the specified logical page number. |
Find(int, int) | Searches the current collection for a C1Page with the specified logical coordinates (identified by the X and Y properties on a page). |
OnRemoveComplete(int, object) | Called after an item has been removed. |
RemoveAt(int) | Removes the page with specified index from collection. |