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.5

Download   Support Forum 

File Details

  • Downloads:
  • 15
  • File Size:
  • 191.9 MB
  • Date Added:
  • 5/31/2022

Release Notes

Description

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

File Details

Add Search Text Fragment Annotation

Introduced the ability to add search text fragment annotation.

//Add search text annotation to the document from local disk
using (Annotator annotator = new Annotator("input.pdf"))
{
	SearchTextFragment searchText = new SearchTextFragment()
    {
    	Text = "Welcome to GroupDocs",
        FontSize = 10,
        FontFamily = "Calibri",
        FontColor = 65535,
        BackgroundColor = 16761035,
	};
    annotator.Add(searchText);
    annotator.Save("result.pdf");
}

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

 English