C1.C1Report.4 Assembly > C1.C1Preview Namespace : C1PageCollection Class |
The following tables list the members exposed by C1PageCollection.
Name | Description | |
---|---|---|
![]() | Count | Gets the count of elements in the collection. |
![]() | Document | Gets the C1PrintDocument containing the current page collection. |
![]() | Item | 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. |
![]() | Owner | Gets the owner of collection. (Inherited from C1.C1Preview.OwnedFastList) |
Name | Description | |
---|---|---|
![]() | Clear | Clears the current OwnedFastListBase. (Inherited from C1.C1Preview.OwnedFastListBase) |
![]() | Find | Overloaded. Searches the current collection for a C1Page with the specified logical coordinates (identified by the C1Page.X and C1Page.Y properties on a page). |
![]() | IndexOf | Returns the index of the specified object in the current C1.C1Preview.Util.FastList. (Performs a fast search using the C1.C1Preview.Util.FastList.FindObjectIndex method.) (Inherited from C1.C1Preview.Util.FastList) |
![]() | RemoveAt | Removes the page with specified index from collection. |