PrintDocument for WinForms | ComponentOne
C1.PrintDocument.4.5.2 Assembly / C1.C1Preview Namespace / C1PageCollection Class
Properties Methods


In This Topic
    C1PageCollection Class Members
    In This Topic

    The following tables list the members exposed by C1PageCollection.

    Public Properties
     NameDescription
    Public PropertyGets the count of elements in the collection.  
    Public PropertyGets the C1PrintDocument containing the current page collection.  
    Public PropertyGets the element at the specified index.  
    Public PropertyGets the maximum logical page number in the current collection.  
    Public PropertyGets the maximum logical horizontal page coordinate in the current collection.  
    Public PropertyGets the maximum logical vertical page coordinate in the current collection.  
    Public PropertyGets the minimum logical page number in the current collection.  
    Public PropertyGets the owner of collection. (Inherited from C1.C1Preview.OwnedFastList)
    Top
    Protected Properties
     NameDescription
    Protected PropertyGets the List used internally to store the elements of the current C1.C1Preview.Util.FastList. (Inherited from C1.C1Preview.Util.FastList)
    Top
    Public Methods
     NameDescription
    Public MethodClears the current OwnedFastListBase. (Inherited from C1.C1Preview.OwnedFastListBase)
    Public MethodOverloaded. Searches the current collection for a C1Page with the specified logical coordinates (identified by the C1Page.X and C1Page.Y properties on a page).  
    Public MethodReturns 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)
    Public MethodRemoves the page with specified index from collection.  
    Top
    Protected Methods
     NameDescription
    Protected MethodAdds an object implementing the System.IComparable interface to the current list. (Inherited from C1.C1Preview.Util.FastList)
    Protected MethodPerforms a fast search for the specified object within the current C1.C1Preview.Util.FastList. (Inherited from C1.C1Preview.Util.FastList)
    Protected MethodInserts the element at the specified index. (Inherited from C1.C1Preview.OwnedFastListBase)
    Protected MethodCalled when the list is about to be cleared. (Inherited from C1.C1Preview.OwnedFastList)
    Protected MethodCalled after the list has been cleared. (Inherited from C1.C1Preview.OwnedFastListBase)
    Protected MethodCalled when an item is about to be iserted. (Inherited from C1.C1Preview.OwnedFastList)
    Protected MethodCalled after an item has been inserted. (Inherited from C1.C1Preview.OwnedFastList)
    Protected MethodCalled when an item is about to be removed. (Inherited from C1.C1Preview.OwnedFastListBase)
    Protected MethodOverridden.   
    Protected MethodRemoves the specified element from the current list. (Inherited from C1.C1Preview.Util.FastList)
    Top
    See Also