ImageGear .NET - Updated
artPage Property

ImageGear.Web.UI Library > ImageGear.Web.UI Namespace > PageView class : artPage Property
Indicates the ArtPage that contains the marks that are shown on the image.
Syntax
ASP.NET Ajax Javascript (Specification) 
function get_artPage() : ArtPage
function set_artPage(value : ArtPage)
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfPageView.get_artPage();
Remarks

Indicates the ArtPage that contains the marks that are shown on the image.

Whenever you change this property to a different ArtPage, or make a change to one of the Mark objects contained in the ArtPage, this viewer will schedule a redraw for the next idle period. If you wish the viewer to redraw itself immediately, call the display function.

Note that multiple PageView and ThumbnailView controls can all reference the same ArtPage object, in which case all of them will automatically redraw themselves as necessary.

See Also

Reference

PageView class
PageView Members