Document Solutions for Imaging のリリース

Released: Sep 3, 2024

7.2.1 での更新項目

機能

  • [TextLayout] Added the HasMissingFontCharacters property which indicates whether text runs contain characters that are not present in the specified and fallback fonts.

不具合の修正

  • [Regression since v7.1.2] Exception occurs when drawing text with certain fonts.

Released: Aug 19, 2024

7.2.0 での更新項目

機能

Document Solutions Image Viewer

  • New Secondary Toolbar - 'Effects'
    • You can now add effects to your images using a convenient 'Effects' secondary toolbar in the viewer. The toolbar provides the following useful tools allowing you to make any needed adjustments to all or part of the image:
      • Brightness.
      • Contrast.
      • Vibrance.
      • Blur.
      • Pixelate.
    • If a part of the image is selected, the effect is applied to the selected area only. Otherwise, it is applied to the whole image.
    • The 'Effects' toolbar can be...

Released: Jul 24, 2024

7.1.4 での更新項目

機能

  • Added the GrapeCity.Documents.Drawing.CellStyle.CustomPostDraw property: gets or sets a delegate that draws custom content in a table cell (after drawing a TextLayout).

Released: Jun 26, 2024

7.1.3 での更新項目

不具合の修正

  • [TextLayout] TextExtensionStrategy.EastAsianExcel works incorrectly in some cases.
  • Exception is thrown when opening a particular image.

Released: May 29, 2024

7.1.2 での更新項目

機能

  • Added a new GcSvgGraphics.PushGroup() method which starts a group ('g') element with specified custom attributes in the SVG document.
  • Added a new GcSvgGraphics.PopGroup() method which ends the group that was created by the last PushGroup call.

不具合の修正

  • [SVG] Ensure that the family name in font-family property is quoted if required by the SVG spec.
  • Certain PDFs are distorted when saved as images.
  • [TextLayout] Incorrect string wrapping of certain strings.
  • [TextLayout] Incorrect underline when...

Released: Apr 17, 2024

7.1.0 での更新項目

機能

Document Solutions for Imaging

  • Draw Rotated Text within Unrotated Rectangular Bounds - Drawing rotated text within unrotated rectangular bounds offers several advantages, such as allowing better space utilization, consistency in layout, efficiency with responsive designs without major disruptions to the design, and more. Support has been added for drawing rotated text within unrotated rectangular bounds. Users can now employ the DrawRotatedText and MeasureRotatedText methods within the...

Released: Jan 25, 2024

7.0.2 での更新項目

不具合の修正

  • GcSvgDocument.FromStream() throws exception when used in .NET Framework environment.

Released: Jan 5, 2024

7.0.1 での更新項目

不具合の修正

  • Loading an SVG that includes duplicate 'id' values throws an exception.

Released: Dec 11, 2023

7.0.0 での更新項目

機能

Document Solutions Image Viewer

  • Select parts of the image, cut, copy, and paste - Added an array of selection tools and the ability to cut, copy, and paste from images. This enhancement is designed to streamline the image editing process, making it both easier and faster to select specific regions and focus on particular elements within an image to perform detailed analyses.
    • The Selection tool dropdown has been added to the secondary toolbar of the 'Paint tools' plugin. The following...

Released: Nov 24, 2023

6.2.5 での更新項目

不具合の修正

  • Synced version with other GrapeCity.Documents packages.