Visual Basic (Declaration) | |
---|---|
Public Class ImageGenerator Implements IHttpHandler |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As ImageGenerator |
C# | |
---|---|
public class ImageGenerator : IHttpHandler |
C++/CLI | |
---|---|
public ref class ImageGenerator : public 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:
- Install the DLLs in the application's directory
OR
- Install them in the Global Assembly Cache (GAC). For more information on this method, refer to The Microsoft Gacutil Tool.
System.Object
Leadtools.Web.Handlers.ImageGenerator
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7