ImageKit.NET 릴리스
Released: Feb 13, 2023
v3.0.10607 버젼 업데이트
수정사항
- In the file functions, saving to a TIFF file in JPEG compression format sometimes failed. This has been fixed.
Released: Jul 21, 2022
v3.0.10605 버젼 업데이트
기능
- 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.
Released: Mar 16, 2022
v3.0.10604 버젼 업데이트
기능
- Text/Stamp annotation text can now be set by right-clicking in the text box or by clicking in the unused area of the ImageKit control. To enable these capabilities, the following properties have been added to the ImageKit.Edit class:
- SetTextOnInvalidAreaClick property.
- SetTextOnRightClick property.
수정사항
- In the annotation function, when drawing a text / stamp object, the size of the text box is changed according to the number of characters and lines being entered.
Released: Jan 18, 2022
v3.0.10602 버젼 업데이트
기능
- In Annotation functions, you can now set text and background color when drawing a Text or Pen object. The following properties have been added to the ImageKit.Edit class: TextBoxForeColor property TextBoxBackColor property to implement this.
수정사항
- In the Annotation functions, when a 1-bit color image images is embedded in a 1-bit Image object, the corner of the image was sometimes missing.
Released: Dec 15, 2021
v3.0.10601 버젼 업데이트
기능
- Added support for Microsoft Visual Studio 2022.
- In Annotation functions (Edit Interface), the ability to add, insert, and delete points in Polyline, Polygon and Pen objects has been added. To implement these capabilities, the following properties and methods have been added:
- Properties:
- EditPolylinePointEnabled.
- Methods:
- AddPolylinePoint.
- DeletePolylinePoint.
- InsertPolylinePoint.
Released: Nov 18, 2021
v3.0.10501 버젼 업데이트
수정사항
- In Annotation functions for Polyline and Polygon objects, when the Undo was executed from AnnotationToolBar, not only the last step but the entire object disappeared.
Released: Sep 28, 2021
v3.0.10500 버젼 업데이트
기능
- Annotations
- Added new function that allows you to enlarge or reduce all selected objects when multiple selections are made.
- New DashPattern property adds a custom dashed line to the target object.
수정사항
- In Annotation function's Pen object, when CustomBrushEnabled property was true, and individually selected object's property dialog did not display the custom brush settings. This has been fixed.
Released: Aug 30, 2021
v3.0.10402 버젼 업데이트
기능
- Added AntiAlias property to Annotation functions. Applies an anti-aliasing effect to all objects except for the PasteImage object.
- In the Annotation functions, horizontal align is now enabled even for the Stamp object when the WordWrap property is False.
수정사항
- In the Effect class, when the DestAsIkImage property was set to False, an error occurred when the effect was repeated with the same image.
- In the File class, there was a problem that the PDF created from an image was not correct.
Released: Dec 21, 2020
v3.0.10315 버젼 업데이트
수정사항
- In the Scan class, when the manufacturer-provided UI is started with ScanUserInterface.SetOnly, if the file set in the InformationFileName property exists, that file is loaded and the values are reflected in the UI.
- Annotations
- When multiple objects are selected and then rotated, some of the objects are no longer selected.
- When multiple Polyline/Polygon/Pen objects with a line thickness of 2 or more are included in multiple selections, and the selected objects are beyond the ImageKit...
Released: Jul 13, 2020
v3.0.10314 버젼 업데이트
수정사항
- Fixed - In the Win.Thumbnail control, even when the AllowDrag property was true and AllowDrop property is false, it was possible to drag and drop thumbnail images.