GroupDocs.Watermark for .NET 19.5 Release Notes

Major Features

There are the following features, enhancements, and bug fixes in this release:

  • WordsDocument.save() throws exception when setting WordsLockType.ReadOnlyWithEditableContent
  • Add new types of a shape in a Word document

Full List of Issues Covering all Changes in this Release

KeySummaryCategory
WATERMARKNET-994WordsDocument.save() throws exception when setting WordsLockType.ReadOnlyWithEditableContentBug
WATERMARKNET-1024Add new types of a shape in a Word documentEnhancement

Public API and Backward Incompatible Changes

WordsDocument.Save() throws exception when setting WordsLockType.ReadOnlyWithEditableContent has been fixed

There is the exception at WordsDocument.Save() method when adding watermark with WordsLockType.ReadOnlyWithEditableContent settings. This issue has been fixed.

Public API changes

None.

Add new types of a shape in a Word document

The following new elements of GroupDocs.Watermark.Office.Words.WordsShapeType enum have been added:

  • SingleCornerSnipped
  • TopCornersSnipped
  • DiagonalCornersSnipped
  • TopCornersOneRoundedOneSnipped
  • SingleCornerRounded
  • TopCornersRounded
  • DiagonalCornersRounded
Public API changes

SingleCornerSnipped value has been added to GroupDocs.Watermark.Office.Words.WordsShapeType enum.

TopCornersSnipped value has been added to GroupDocs.Watermark.Office.Words.WordsShapeType enum.

DiagonalCornersSnipped value has been added to GroupDocs.Watermark.Office.Words.WordsShapeType enum.

TopCornersOneRoundedOneSnipped value has been added to GroupDocs.Watermark.Office.Words.WordsShapeType enum.

SingleCornerRounded value has been added to GroupDocs.Watermark.Office.Words.WordsShapeType enum.

TopCornersRounded value has been added to GroupDocs.Watermark.Office.Words.WordsShapeType enum.

DiagonalCornersRounded value has been added to GroupDocs.Watermark.Office.Words.WordsShapeType enum.