ImageKit.NET3 Assembly Files

The following are the ImageKit.NET3 assembly files

   Newtone.ImageKit.Win.ImageKit.dll (WinForm ImageKit Control)
   Newtone.ImageKit.Win.ToolBarStandard.dll (WinForm ToolBarStandard Control)
   Newtone.ImageKit.Win.ToolBarAnnotation.dll (WinForm ToolBarAnnotation Control)
   Newtone.ImageKit.Win.ToolBarSetupLines.dll (WinForm ToolBarSetupLines Control)
   Newtone.ImageKit.Win.ToolBarSetupObjects.dll (WinForm ToolBarSetupObjects Control)
   Newtone.ImageKit.Win.Thumbnail.dll (WinForm Thumbnail Control)
   Newtone.ImageKit.Win.WebCamera.dll (WinForm WebCamera Control)
   Newtone.ImageKit.Web.ImageKit.dll (WebForm ImageKit Control)
   Newtone.ImageKit.Web.Thumbnail.dll (WebForm Thumbnail Control)

   Newtone.ImageKit.Common.dll (WinForm and WebForm Class Library)
   Newtone.ImageKit.Effect.dll (WinForm and WebForm Class Library)
   Newtone.ImageKit.File.dll (WinForm and WebForm Class Library)
   Newtone.ImageKit.Scan.dll (WinForm and WebForm Class Library)

ImageKit.NET3 Assembly Structure

Each Control is associated with the following files:

The WinForm Controls:

    Newtone.ImageKit.Win.ImageKit.dll
                     |--- Newtone.ImageKit.Common.dll
                     |--- Newtone.ImageKit.File.dll
                     |--- Newtone.ImageKit.Scan.dll
                     |--- Newtone.ImageKit.Effect.dll

    Newtone.ImageKit.Win.ToolBarStandard.dll
                     |--- Newtone.ImageKit.Win.ImageKit.dll
                     |--- Newtone.ImageKit.Common.dll
                     |--- Newtone.ImageKit.File.dll

    Newtone.ImageKit.Win.ToolBarAnnotation.dll
                     |--- Newtone.ImageKit.Win.ImageKit.dll
                     |--- Newtone.ImageKit.Common.dll

    Newtone.ImageKit.Win.ToolBarSetupLines.dll
                     |--- Newtone.ImageKit.Win.ImageKit.dll
                     |--- Newtone.ImageKit.Common.dll

    Newtone.ImageKit.Win.ToolBarSetupObjects.dll
                     |--- Newtone.ImageKit.Win.ImageKit.dll
                     |--- Newtone.ImageKit.Common.dll

    Newtone.ImageKit.Win.Thumbnail.dll
                     |--- Newtone.ImageKit.Common.dll
                     |--- Newtone.ImageKit.File.dll

    Newtone.ImageKit.Win.WebCamera.dll
                     |--- Newtone.ImageKit.Common.dll

The WebForm Controls:

    Newtone.ImageKit.Web.ImageKit.dll
                     |--- Newtone.ImageKit.Common.dll
                     |--- Newtone.ImageKit.File.dll

    Newtone.ImageKit.Web.Thumbnail.dll
                     |--- Newtone.ImageKit.Common.dll
                     |--- Newtone.ImageKit.File.dll

Extending ImageKit.NET3 using ImageKit9 ActiveX Plugin files (Unmanaged Code)

You can extend the ImageKit.NET3 capabilities by using the following ImageKit9 ActiveX files which allows you to support file formats not supported by .NET framework. To use these plugin files, simply place them in the same directory as your application's execution file. These ImageKit9 ActiveX files are unmanaged code.

 32 Bit Operating System:
              Ik9Com.dll
              Ik9File.dll
                     |--- IkBmp.dll (Provides support for compressed BMP images)
                     |--- IkJpeg.dll (Provides support for 8-bit grayscale Jpeg and progressive Jpeg images)
                     |--- IkFpx.dll (Provides support for Flashpix images)
                     |--- IkJ2k.dll (Provides support for Jpeg2000 images)

 64 Bit Operating System:
              Ik9Com64.dll
              Ik9File64.dll
                     |--- IkFpx64.dll (Provides support for FlashPix images)
                     |--- IkJ2k64.dll (Provides support for Jpeg2000 images)

NOTE: Because these ImageKit9 ActiveX plugin files are "unmanaged code", applications using them can not be deployed using No Touch deployment.

Http Handler for ImageKit Web Applications:

An http handler is required when using the ImageKit.Web.ImageKit Control, to stream image data from the server to the client browser. You can add an http handler to your appliction's Web.Config file or by including the IkStream.ashx file with your application. For details, please see Using the ImageKit Web Control.

 

The ImageKit.NET3 is created by Newtone Corporation