ImageGear .NET v25.2 - Updated
ImageGear.Web.UI Library / ImageGear.Web.UI Namespace / ImGearPageCollection class

In This Topic
    ImGearPageCollection class Members
    In This Topic

    The following tables list the members exposed by ImGearPageCollection.

    Public Constructors
    Public Properties
     NameDescription
    public PropertyReturns the length of the pages collection.  
    Top
    Public Methods
     NameDescription
    public MethodAppends a page to the end of the collection.  
    public MethodCalls the specified function once for each page in the collection.  
    public MethodReturns a page in the collection at the index specified.  
    public MethodInserts a page at the location in the collection specified by the parameter 'index'.  
    public MethodRemoves all the pages from the collection.  
    public MethodRemoves one page from the collection.  
    public MethodPuts the page at the required index in the collection.  
    Top
    Public Events
     NameDescription
    public EventIndicates that a new page was added to the collection.  
    public EventIndicates that a page in the collection was changed.  
    public EventIndicates that a page was removed from the collection.  
    Top
    See Also