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

In This Topic
    selectionIsVisible Property
    In This Topic
    Indicates whether the selection is visible.
    Syntax
    ASP.NET Ajax JavaScript (Specification) 
    function get_selectionIsVisible() : Boolean
    ASP.NET Ajax JavaScript (Usage) 
    var resultVar = instanceOfPageView.get_selectionIsVisible();
    Remarks

    This read-only property will be true if the selection is currently visible and false otherwise.

    Note that this value will match the actual target state of the viewer, but the viewer may not have updated the visual presentation to match that state.

    See Also