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

In This Topic
    ArtPage class Members
    In This Topic

    The following tables list the members exposed by ArtPage.

    Public Constructors
     NameDescription
    public Constructor  
    Top
    Public Properties
     NameDescription
    public PropertyReturns the number of marks associated with the ArtPage.  
    public PropertyContains a list of all the currently-selected marks.  
    Top
    Public Methods
     NameDescription
    public MethodAppends a mark to the page.  
    public MethodCalls the specified function once for each mark on the page.  
    public MethodReturns the mark at the specified Z-index.  
    public MethodReturns the Z-index of the specified mark.  
    public MethodLoads marks from a JSON string.  
    public MethodRemoves all the marks from the page.  
    public MethodRemoves one mark from the page.  
    public MethodReorders a mark within the Z-order of the page.  
    public MethodSaves marks to a JSON string.  
    Top
    Public Events
     NameDescription
    public EventIndicates that a new mark was added to the page.  
    public EventIndicates that a mark on the page was changed.  
    public EventIndicates that a mark was removed from the page.  
    public EventIndicates that a mark was reordered within the page.  
    public EventIndicates that a mark was selected or unselected.  
    public EventIndicates that marks were loaded from a JSON string.  
    Top
    See Also