For a list of all members of this type, see ImageKit Members.
System.Object
System.Web.UI.Control
System.Web.UI.WebControls.WebControl
Newtone.ImageKit.Web
Explanation
The ImageKit Control is a web server control that displays images in a web browser. Images can be displayed in the ImageKit Control in actual size, scale, or stretch display modes. Images displayed in actual size can be scrolled within the ImageKit Control. Images can be streamed directly to the browser without being saved on the server or they can be saved in a temporary cache on the server and referenced by the ImageKit Control. By default, the images are streamed directly to the browser. In this case it is necessary that the IkStream.ashx file be copied to the same directory as your application. This IkStream.ashx file is the HttpHandler allowing images to be streamed via the assembly's IkStream Class. For more information, please refer to the "Using the ImageKit Control in a WebForm".
The ImageKit Control can load a variety of image formats. To load images, set the virtual path to the image into the Url property and execute the Load method. The ImageKit Control's BrowserImageFormat property sets the image format that will be used to display the image in the browser, either Jpeg, Png or Gif.
Tiff, Bmp, Fxp, and other raster images, as well as Emf, Wmf, Dxf, and Svg vector images will be displayed in the browser in the format specified by the BrowserImageFormat property.
Requirements
Namespace : Newtone.ImageKit.Web
Assembly : Newtone.ImageKit.Web.ImageKit.dll