ImageGear .NET v25.2 - Updated
ImageGear.Web.UI Library / ImageGear.Web.UI Namespace / ImGearDocumentCollection class
Members

In This Topic
    ImGearDocumentCollection class
    In This Topic
    A collection of ImGearDocument objects.
    Syntax
    ASP.NET Ajax JavaScript (Specification) 
    ImageGear.Web.UI.ImGearDocumentCollection = function() {};
    ASP.NET Ajax JavaScript (Usage) 
    var instanceVar = new ImageGear.Web.UI.ImGearDocumentCollection();
    Remarks

    This object is a collection of ImGearDocument objects.

    This object is used primarily as a property in ImGearThumbnailList control. It is also available for use by users of ImageGear Web Solutions API.

    Inheritance Hierarchy

    Object
       ImageGear.Web.UI.ImGearDocumentCollection

    See Also