Add area annotation

Area annotation allows to mark up an area within the document page with a rectangle like shown at the picture below. 

There is an ability to specify the next fields for AreaAnnotation type:

  • BackgroundColor - describes area background color;
  • Box - defines annotation position at document page;
  • Opacity - allows to set annotation opacity;
  • PenColor - defines frame color;
  • PenStyle - defines frame line style (solid, dash, dot etc.);
  • PenWidth - defines frame line width in pixels.

Follow these steps to add Area annotation to document:

  • Instantiate Annotator object with input document path or stream;
  • Instantiate AreaAnnotation object with desired fields (position, page number, etc);
  • Call add method and pass AreaAnnotation object;
  • Call save method with resultant document path or stream.

The following code demonstrates how to add AreaAnnotation to the document:

More resources

Advanced Usage Topics

To learn more about document annotating features, please refer to the advanced usage section.

GitHub Examples

You may easily run the code above and see the feature in action in our GitHub examples:

Free Online App

Along with full-featured Java library we provide simple, but powerful free Apps.
You are welcome to annotate your PDF, DOC or DOCX, XLS or XLSX, PPT or PPTX, PNG and other documents with free to use online GroupDocs Annotation App.