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

In This Topic
    ImGearPage class
    In This Topic
    Represents a single page in a page collection of a document.
    Syntax
    ASP.NET Ajax JavaScript (Specification) 
    ImageGear.Web.UI.ImGearPage = function() {};
    ASP.NET Ajax JavaScript (Usage) 
    var instanceVar = new ImageGear.Web.UI.ImGearPage();
    Remarks

    This object represents a single page in either a one page or a multi-page document. A ImGearPageCollection is composed of one or more of these page objects. Each ImGearDocument has one such ImGearPageCollection object.

    Inheritance Hierarchy

    Object
       ImageGear.Web.UI.ImGearPage

    See Also