LEADTOOLS Web Controls allow you to view any LEADTOOLS supported file format on an ASP.NET 2.0 web page. Server control updates without posting the entire page back to the server. HTTP handlers are included
to serve non-browser supported formats and obtain file information on files on the
server or accessible via http.
Key Features:
- Display an image on an ASP.NET 2.0 web form.
- Display any LEAD image file format by converting it to browser friendly format (JPEG,
GIF, PNG and BMP) on the fly
- Automatically handle zooming and scrolling.
- Support large images through tiling, by loading tiled sections of an image "On-Demand"
when the relevant section of an image is zoomed into view.
- Support simple- and strong-client javascript classes to update the server control with near-same naming conventions as for the server control properties and methods.
- Serve non-browser supported formats and get file information for files on the server
or accessible via http using http handlers.
- Create AJAX-style Web applications that deal with huge images such as Geospatial
imaging applications like Google Earth. Only the portions of the image required
for display are downloaded and decompressed.
See Also