ImageKit WPF v1.1.3.060
Released: Sep 12, 2023
v1.1.3.060 中的更新
特性
- In Annotation functions, special hatch patterns, gradients, and textures were added to the object's fill. Accordingly, the following properties were added to the ImageKit.Edit class:
- BrushKind.
- CustomBrushColor1.
- CustomBrushColor2.
- CustomBrushEnabled.
- CustomBrushImageFileName.
- DialogBrushKindEnabled.
- DialogBrushKindVisible.
- DialogCustomBrushColor1Enabled.
- DialogCustomBrushColor1Visible.
- DialogCustomBrushColor2Enabled.
- DialogCustomBrushColor2Visible.
- DialogCustomBrushImageFileNameEnabled.
- DialogCustomBrushImageFileNameVisible.
- DialogCustomBrushVisible.
- DialogHatchStyleEnabled.
- DialogHatchStyleVisible.
- DialogLinearGradientModeEnabled.
- DialogLinearGradientModeVisible.
- HatchStyle.
- LinearGradientMode.
- SelectedObjectBrushKind.
- SelectedObjectCustomBrushColor1.
- SelectedObjectCustomBrushColor2.
- SelectedObjectCustomBrushImageFileName.
- SelectedObjectHatchStyle.
- SelectedObjectLinearGradientMode.
- In Annotation functions, added the Edit.SelectMultiObjects method so that multiple objects specified by the method can also be selected.
- In Annotation functions, the SetPolylinePolygon method has been added, enabling the drawing of Polygon and Polyline objects to be confirmed by a method in addition to the conventional double-click method.
- In Annotation functions, the NoShowStringObject and NoShowStringObjectOnPanWindow properties were added to prevent poor display performance when drawing or editing when many Text/Stamp objects exist.
- In Annotation functions, added the ability to hide text on ImageKit controls and PanWindow during drawing and editing to counteract poor display performance when many Text and Stamp objects are present.
- In the File class, added File.ModifyPageInMultipageTiff method to modify the image of a specified page of a multi-tiff file.
修補程式
- In File functions, TypeOfFile was not always set to TypeEXIF even if the loaded file was a JPEG file with Exif information. (e.g., setting the ExifAutoRotate property to True would not correct the orientation of the image to be displayed.)
- In File functions, the retrieved FileXdpi and FileYdpi properties were in error with the actual dpi in some cases.
- In File functions, when a file name is specified as the first argument of the AddImage method of PDF saving, the saving fails if the file is a JPEG Exif file.
- Fixed Interface error in WPF.WebCamera's Preview and Record classes when using a Logitech webcam.
- In Scan functions, when using the Ricoh fi-8040 and scanning with the UI hidden, it was not possible to scan at the specified resolution.
- In Annotation functions, when setting the properties of a single selected object by code, some properties could not be set correctly.
- Minor bug fixes and improvements to the annotation features.