ImageGear .NET - Updated
pageIsOpen Property

ImageGear.Web.UI Library > ImageGear.Web.UI Namespace > PageView class : pageIsOpen Property
Indicates whether the viewer currently has an image open.
Syntax
ASP.NET Ajax Javascript (Specification) 
function get_pageIsOpen() : Boolean
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfPageView.get_pageIsOpen();
Remarks

This read-only property will be true if the viewer currently has an image open and false otherwise.

Note that there will typically be some delay between the time the viewer begins to open an image and the time the image is fully opened. This property will not be true until the image is fully opened (it will be set to true just before the viewer raises the pageOpened event).

See Also

Reference

PageView class
PageView Members