ImageGear .NET v25.2 - Updated
ImageGear.Web.UI Library / ImageGear.Web.UI Namespace / ThumbnailView class / dispose Method

In This Topic
    dispose Method
    In This Topic
    Disposes of the resources held by the viewer.
    Syntax
    ASP.NET Ajax JavaScript (Specification) 
    function dispose() : (Any);
    ASP.NET Ajax JavaScript (Usage) 
    var resultVar = instanceOfThumbnailView.dispose();
    Remarks

    This function disposes of the resources held by this viewer and removes its user interface. After you call this function, you will not be able to use this instance of the viewer again.

    See Also