ImageGear .NET - Updated
ImageGearBackEnd Class
Members 




ImageGear24.Web.ImageDataProcessor Assembly > ImageGear.Web.UI Namespace : ImageGearBackEnd Class
The ImageGearBackEnd Control adds all the necessary .NET ImageGear dependent files to the Web Application's bin folder when the control is dragged from the visualStudio Toolbox to the web page in design view. This control has no User interface. Also, this control does not contain any properties or methods.
Object Model
ImageGearBackEnd Class
Syntax
'Declaration
 
<ToolboxBitmapAttribute()>
<ToolboxDataAttribute("<{0}:ImageGearBackEnd runat=server></{0}:ImageGearBackEnd>")>
Public Class ImageGearBackEnd 
   Inherits System.Web.UI.Control
'Usage
 
Dim instance As ImageGearBackEnd
[ToolboxBitmap()]
[ToolboxData("<{0}:ImageGearBackEnd runat=server></{0}:ImageGearBackEnd>")]
public class ImageGearBackEnd : System.Web.UI.Control 
[ToolboxBitmap()]
[ToolboxData("<{0}:ImageGearBackEnd runat=server></{0}:ImageGearBackEnd>")]
public __gc class ImageGearBackEnd : public System.Web.UI.Control 
[ToolboxBitmap()]
[ToolboxData("<{0}:ImageGearBackEnd runat=server></{0}:ImageGearBackEnd>")]
public ref class ImageGearBackEnd : public System.Web.UI.Control 
Remarks
Note: You can choose to remove this ImageGearBackend control tag and registration from your web page after all the necessary files are in your bin folder.

This control can only serve the desired function if you drag from the Visual studio toolbox to your web page.

Inheritance Hierarchy

System.Object
   System.Web.UI.Control
      ImageGear.Web.UI.ImageGearBackEnd

See Also

Reference

ImageGearBackEnd Members
ImageGear.Web.UI Namespace