ImageGear for .NET
artPage Property
See Also  Send comments on this topic.
ImageGear.Web.UI Namespace Client API Library > ImageGear.Web.UI Namespace > PageView Class : artPage Property

Glossary Item Box

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

©2013. Accusoft Corporation. All Rights Reserved.