ImageInformation Class

Summary

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.

Syntax
C#
VB
C++
public class ImageInformation : IHttpHandler 
  
Public Class ImageInformation  
   Implements System.Web.IHttpHandler  
public ref class ImageInformation : public System.Web.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

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Web Assembly