Skip to content

Instantly share code, notes, and snippets.

@GroupDocsGists
Created May 10, 2019 15:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save GroupDocsGists/bf827c413af77936033197bc72a2b72c to your computer and use it in GitHub Desktop.
Save GroupDocsGists/bf827c413af77936033197bc72a2b72c to your computer and use it in GitHub Desktop.
// For complete examples and data files, please go to https://github.com/groupdocs-annotation/GroupDocs.Annotation-for-.NET
AnnotationInfo link= new AnnotationInfo()
{
Box = new Rectangle(173.2986, 154.3131, 142.5, 9),
//URL
FieldText = "https://www.google.com",
SvgPath = "[{"x":173.2986,"y":687.5769},{"x":315.79859999999996,"y":687.5769},{"x":173.2986,"y":678.5769},{"x":315.79859999999996,"y":678.5769}]"
Type = AnnotationType.Link;
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment