ImageGear for .NET
ArtPage Class Members
See Also  Properties  Methods  Events Send comments on this topic.
ImageGear.Web.UI Namespace Client API Library > ImageGear.Web.UI Namespace : ArtPage Class

Glossary Item Box

The following tables list the members exposed by ArtPage.

Public Constructors

 NameDescription
Public ConstructorArtPage Constructor  
Top

Public Properties

 NameDescription
Public PropertymarkCount Returns the number of marks associated with the ArtPage.  
Public PropertyselectedMarks Contains a list of all the currently-selected marks.  
Top

Public Methods

 NameDescription
Public MethodaddMark Appends a mark to the page.  
Public MethodforEachMark Calls the specified function once for each mark on the page.  
Public MethodgetMark Returns the mark at the specified Z-index.  
Public MethodgetZIndexOfMark Returns the Z-index of the specified mark.  
Public MethodloadFromJson Loads marks from a JSON string.  
Public MethodremoveAllMarks Removes all the marks from the page.  
Public MethodremoveMark Removes one mark from the page.  
Public MethodreorderMark Reorders a mark within the Z-order of the page.  
Public MethodsaveToJson Saves marks to a JSON string.  
Top

Public Events

 NameDescription
Public EventmarkAdded Indicates that a new mark was added to the page.  
Public EventmarkChanged Indicates that a mark on the page was changed.  
Public EventmarkRemoved Indicates that a mark was removed from the page.  
Public EventmarkReordered Indicates that a mark was reordered within the page.  
Public EventmarkSelectionChanged Indicates that a mark was selected or unselected.  
Public EventmarksLoaded Indicates that marks were loaded from a JSON string.  
Top

See Also

©2013. Accusoft Corporation. All Rights Reserved.