←Select platform

ImageGenerator Class

Summary

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

C#
VB
C++
public class ImageGenerator : IHttpHandler 
  
Public Class ImageGenerator  
   Implements System.Web.IHttpHandler  
public ref class ImageGenerator : public System.Web.IHttpHandler   

Remarks

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:

  • Install the DLLs in the application's directory

OR

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Web Assembly