LEADTOOLS WebForms and AJAX (Leadtools.Web assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.30
ImageInformation Class
See Also  Members  
Leadtools.Web.Handlers Namespace : ImageInformation Class



Represents a .leadinfo file requested from a server that hosts an ASP.NET 2.0 web application to get information about a specific image file.

Object Model

ImageInformation Class

Syntax

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

Remarks

This class implements System.Web.IHttpHandler interface and works as HttpHandler.

You can use this HttpHandler class to get information about 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.ImageInformation

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also