Leadtools.Web Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
ImageGenerator Class
See Also  Members  
Leadtools.Web.Handlers Namespace : ImageGenerator Class



An HttpHandler class used to process HTTP Web requests from a server that hosts an ASP.NET 2.0 web application in order to load all or part of a specific image file.

Syntax

Visual Basic (Declaration) 
Public Class ImageGenerator 
Visual Basic (Usage)Copy Code
Dim instance As ImageGenerator
C# 
public class ImageGenerator 
C++/CLI 
public ref class ImageGenerator 

Remarks

This class implements the IHttpHandler interface and works as an HttpHandler.

You can use this HttpHandler class to load all or part of a specific image file that uses any image file format supported by LEADTOOLS.

To use this handler properly, LEADTOOLS binaries must be installed on the server machine.

Be sure that the DLLs in the LEADTOOLS I/O Library are available to your application. There are two ways of doing this:

  • Install the DLLs in the application's directory

OR

Inheritance Hierarchy

System.Object
   Leadtools.Web.Handlers.ImageGenerator

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also