ImageGear .NET - Updated
ArtPage class
Members  

ImageGear.Web.UI Library > ImageGear.Web.UI Namespace : ArtPage class
A page of Mark objects.
Syntax
ASP.NET Ajax Javascript (Specification) 
ImageGear.Web.UI.ArtPage = function() {};
ASP.NET Ajax Javascript (Usage) 
var instanceVar = new ImageGear.Web.UI.ArtPage();
Remarks

This object is a page of Mark objects. Its primary functions are to associate marks with a viewer and to specify the Z-order of those marks.

Each mark contained in an ArtPage object will have a Z-index, which is both the index of the Mark object in the page and the Z-order of the Mark. The first mark in the page will have a Z-index of 0 and it will also be the Mark that is drawn at the bottom of the Z-order. If any two Mark objects in an ArtPage overlap, the one with the higher Z-index will be drawn on top.

Note that the Z-index of a Mark may change whenever a Mark is added, removed, or reordered in the ArtPage. Also, indices are not unique across ArtPage objects (i.e., any number of ArtPage object may have a Mark with a Z-index of 0).

While a Mark object can only be associated with one ArtPage object, one ArtPage object can be associated with any number (including zero) of PageView or ThumbnailView controls.

Inheritance Hierarchy

Object
   ImageGear.Web.UI.ArtPage

See Also

Reference

ArtPage Members
ImageGear.Web.UI Namespace