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

In This Topic
    document Property
    In This Topic
    Indicates the document object that contains this page.
    Syntax
    ASP.NET Ajax JavaScript (Specification) 
    function get_document() : ImGearDocument
    ASP.NET Ajax JavaScript (Usage) 
    var resultVar = instanceOfImGearPage.get_document();
    Remarks

    This is a read only property. This property is a ImGearDocument that holds this page.

    See Also