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

In This Topic
    ImGearPageCreateArgs class
    In This Topic
    Represents a page create parameters object.
    Syntax
    ASP.NET Ajax JavaScript (Specification) 
    ImageGear.Web.UI.ImGearPageCreateArgs = function() {};
    ASP.NET Ajax JavaScript (Usage) 
    var instanceVar = new ImageGear.Web.UI.ImGearPageCreateArgs();
    Remarks

    This object contains the arguments for ImGearPage creation.

    It is not strictly necessary to create an object of this type for providing the parameters. The example code in the constructor for ImGearPage shows another acceptable way to pass the ImGearPage create parameters. This class identifies the fields that are represented in the ImGearPage input parameter object.

    Inheritance Hierarchy

    Object
       ImageGear.Web.UI.ImGearPageCreateArgs

    See Also