ImageKit.NET3 Releases

Released: Apr 8, 2024

Updates in v3.0.11002

Features

  • Added functionality to reduce the margin of the display range per cell in the Thumbnail feature. The CellSmallMargin property has been added to the Thumbnail class.

Fixes

  • Fixed an issue in the File feature where the Filetype of compressed BMP and progressive JPEG images was not returned correctly when using dedicated plugins.
  • Enabled loading of progressive JPEG images in the File feature without the need for dedicated plugins (Saving still requires dedicated plugins as before...

Released: Feb 6, 2024

Updates in v3.0.11000

Features

  • Added the ImageKit.OCR class with OCR functionality. The ImageKit.OCR class has the following properties, methods, and events:
    • Properties:
      • ErrorStatus.
      • Language.
      • OutText.
    • Methods:
      • ImageToText.
    • Events:
      • GetOcrText.
  • Note: The following operating environments support OCR functionality:
    • ImageKit: .NET Framework 4.5 and later.
    • ImageKit X: .NET 6.0 and later.

Released: Dec 13, 2023

Updates in v3.0.10803

Features

  • Added the MergeTiffImages method in File functions. This method will merge all TIFF images in a specified folder into one multipage TIFF file.
  • ImageKit.NET3 X
    • Added support for Microsoft .NET 8.0.

Released: Nov 27, 2023

Updates in v3.0.10802

Features

  • "DuplexEnabled" has been added in Scan functions as a member of the Newtone.ImageKit.ScanCapability enumeration. "DuplexEnabled" can now be used in the Scan.GetCapabilityEnumToSingle method.

Fixes

  • The display of some arrows and line caps have been fixed in annotation functions when double lines are enabled on objects that support double lines.

Released: Sep 26, 2023

Updates in v3.0.10704

Features

  • In Annotation/Edit functions, the ability to draw curves using Polyline objects has been added. The following properties have been added to the ImageKit.Edit class:
    • CurveTension.
    • DialogCurveTensionEnabled.
    • DialogCurveTensionVisible.
    • SelectedObjectCurveTension.

Fixes

  • The standard ContextMenu of the ImageKit control was displayed even when the ContextMenuEnabled property was set to False. (Customized context menu could not be displayed.) This has been fixed.

Released: Jul 20, 2023

Updates in v3.0.10702

Fixes

  • In annotation functions, when ImageKit.NET 3: version 3.0.*.10305 (* stands for "2" or "4") or later is applied, when using the special fill, the Polygon and closed Pen objects would be rotated by a certain amount with the mouse, the object would flip 180 degrees during the rotation.
  • Fixed a problem that the specified resolution could not be scanned when using RICOH fi-8040 and scanning with the UI hidden.
  • In file functions, when the ModifyPageInMultipageTiff method was used to modify the...

Released: Jun 20, 2023

Updates in v3.0.10701

Features

  • Added function to modify a specific page from a multi-page TIFF file. The 'ModifyPageInMultipageTiff' method has been added to the 'File' class and 'IkFile' class.

Fixes

  • From version 3.0.*.10604, there was an error occurring when the PanWindow was displayed while a text object was present. (This error did not occur when an ImageKit control was being used as a PanWindow control.)
  • In annotation functions, special fills and modified characters were not being displayed in the PanWindow.
  • In...

Released: May 18, 2023

Updates in v3.0.10609

Fixes

  • Since version 3.0.*.10606, in Annotation functions, when rasterizing an image of 8bit or less, the original image was cleared.
  • In the Preview and Record classes of Win.WebCamera, when using Logitech WebCamera, and interface error occurred.

Released: Feb 13, 2023

Updates in v3.0.10607

Fixes

  • In the file functions, saving to a TIFF file in JPEG compression format sometimes failed. This has been fixed.

Released: Jul 21, 2022

Updates in v3.0.10605

Features

  • Annotations
    • Double line support has been added for Polyline, Polygon and Pen objects.
    • You can set the width percentage for each line, in a double line, and also the space between them.
    • To enable this, the following properties have been added to the ImageKit.Edit class:
      • DoubleLineWidth1.
      • DoubleLineWidth2.
      • SelectedObjectDoubleLineWidth1.
      • SelectedObjectDoubleLineWidth2.