ImageGear .NET - Updated
ImGearDocumentCreateArgs class
Members  

ImageGear.Web.UI Library > ImageGear.Web.UI Namespace : ImGearDocumentCreateArgs class
Represents object for creating ImGearDocument.
Syntax
ASP.NET Ajax Javascript (Specification) 
ImageGear.Web.UI.ImGearDocumentCreateArgs = function() {};
ASP.NET Ajax Javascript (Usage) 
var instanceVar = new ImageGear.Web.UI.ImGearDocumentCreateArgs();
Remarks

This object contains the parameters for ImGearDocument object creation. It is not necessary to create this object and then pass in as the parameter for Imgear object creation. The fields mentioned above can be passed as in-line parameter object as shown in the constructor for the ImGearDocument class.

Example:

Inheritance Hierarchy

Object
   ImageGear.Web.UI.ImGearDocumentCreateArgs

See Also

Reference

ImGearDocumentCreateArgs Members
ImageGear.Web.UI Namespace