ImageGear .NET - Updated
ImGearPageCreateArgs class
Members  

ImageGear.Web.UI Library > ImageGear.Web.UI Namespace : ImGearPageCreateArgs class
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

Reference

ImGearPageCreateArgs Members
ImageGear.Web.UI Namespace