Leadtools.Web.Handlers Namespace : ImageGenerator Class |
public class ImageGenerator : System.Web.IHttpHandler
'Declaration Public Class ImageGenerator Implements System.Web.IHttpHandler
'Usage Dim instance As ImageGenerator
public ref class ImageGenerator : public System.Web.IHttpHandler
This class implements the System.Web.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:
OR