Skip to content

Instantly share code, notes, and snippets.

@GroupDocsGists
Created August 1, 2019 14:29
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/5e1eb75931fb40a23c8e881dcc9e30a0 to your computer and use it in GitHub Desktop.
Save GroupDocsGists/5e1eb75931fb40a23c8e881dcc9e30a0 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-Java
// minimal set of parameters
AnnotationInfo ellipse = new AnnotationInfo();
ellipse.setBox(new Rectangle(100, 100.0, 50, 50));
ellipse.setType(AnnotationType.Ellipse);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment