Browse our Products

If so you can download any of the below versions for testing. The product will function as normal except for an evaluation limitation. At the time of purchase we provide a license file via email that will allow the product to work in its full capacity. If you would also like an evaluation license to test without any restrictions for 30 days, please follow the directions provided here.

 

GroupDocs.Annotation for .NET 22.3

Download   Support Forum 

File Details

  • Downloads:
  • 14
  • File Size:
  • 120.0 MB
  • Date Added:
  • 3/31/2022

Release Notes

Description

This contains the MSI installer of GroupDocs.Annotation for .NET

File Details

Improved Replacement Annotation Handling

It was observed that when we annotate PDF document with replacement annotation it was being added as strikeout instead. This API release has resolved the issue.

Set Replacement Annotation Font Size

This API version offers the ability to add font size for the replacement annotation.

The following C# code sample demonstrates how to apply font size to your required replacement annotation via API:

using (Annotator annotator = new Annotator("input.pdf"))
{
    ReplacementAnnotation replacement = new ReplacementAnnotation
    {
	FontSize = 11,
	//other propeties
    };
    annotator.Add(replacement);
    annotator.Save("result.pdf");
}

For a complete list of features, enhancements, and bug fixes in this release please visit, GroupDocs.Annotation for .NET 22.3 Release Notes.

 English