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

Glossary Item Box

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

©2013. Accusoft Corporation. All Rights Reserved.