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

In This Topic
    MarkCollection class Members
    In This Topic

    The following tables list the members exposed by MarkCollection.

    Public Constructors
     NameDescription
    public Constructor  
    Top
    Public Properties
     NameDescription
    public PropertyReturns the length of the collection.  
    Top
    Public Methods
     NameDescription
    public MethodAdds a mark to the collection.  
    public MethodAppends a collection of marks to the collection.  
    public MethodIndicates whether the collection contains the given mark.  
    public MethodCalls the specified function once for each mark in the collection.  
    public MethodRemoves all the marks from the collection.  
    public MethodRemoves one mark from the collection.  
    Top
    Public Events
     NameDescription
    public EventIndicates that a new mark was added to the collection.  
    public EventIndicates that a mark was removed from the collection.  
    Top
    See Also