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

In This Topic
    ImGearDocument class
    In This Topic
    Represents a single ImGearDocument object in a ImGearDocumentCollection.
    Syntax
    ASP.NET Ajax JavaScript (Specification) 
    ImageGear.Web.UI.ImGearDocument = function() {};
    ASP.NET Ajax JavaScript (Usage) 
    var instanceVar = new ImageGear.Web.UI.ImGearDocument();
    Remarks

    One or more ImGearDocument objects form ImGearDocumentCollection. Every ImGearThumbnailList control has one ImGearDocumentCollection. An ImGearDocument can represent a whole multi-image file containing several pages or it can also represent a multi-page file with a few selected pages. ImGearDocument mapping with a single page image file is always one to one.

    Every ImGearDocument contains one ImGearPageCollection.

    Inheritance Hierarchy

    Object
       ImageGear.Web.UI.ImGearDocument

    See Also