[]
        
(Showing Draft Content)

C1.C1Preview.C1PageCollection

C1PageCollection Class

Represents a collection of C1Page objects in a C1PrintDocument.

Inheritance
C1PageCollection
Namespace: C1.C1Preview
Assembly: C1.PrintDocument.8.dll
Syntax
public class C1PageCollection : OwnedFastList, IList, ICollection, IEnumerable

Properties

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.

Methods

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.