ImageGear .NET v25.2 - Updated
ImageGear.Web.UI Library / ImageGear.Web.UI Namespace / PageView class / pageIsOpen Property

In This Topic
    pageIsOpen Property
    In This Topic
    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