Skip to content

Instantly share code, notes, and snippets.

@GroupDocsGists
Created August 6, 2019 18:57
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/830d1f1f5e6eb2489829b152f7a6d889 to your computer and use it in GitHub Desktop.
Save GroupDocsGists/830d1f1f5e6eb2489829b152f7a6d889 to your computer and use it in GitHub Desktop.
// Initialize ellipse annotation.
AnnotationInfo ellipse = new AnnotationInfo
{
Box = new Rectangle(100, 100, 50, 50),
Type = AnnotationType.Ellipse;
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment