Visual Basic (Declaration) | |
---|---|
Public Class ImageInformation |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public class ImageInformation |
Managed Extensions for C++ | |
---|---|
public __gc class ImageInformation |
C++/CLI | |
---|---|
public ref class ImageInformation |
Refer to the tutorial, Using the ImageViewer on server side.
This class implements 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
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.ImageInformation
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family