New to Telerik Document ProcessingStart a free 30-day trial

Annotations Overview

Updated on Nov 3, 2025

An annotation associates an object such as a note, sound, or movie with a location on a page of a PDF document, or provides a way to interact with the user by means of the mouse and keyboard. PDF includes a wide variety of standard annotation types. Many of the standard annotation types may be displayed in either the open or the closed state. When closed, they appear on the page in some distinctive form, such as an icon, a box, or a rubber stamp, depending on the specific annotation type. When the user activates the annotation by clicking it, it exhibits its associated object, such as by opening a pop-up window displaying a text note or by playing a sound or a movie.

RadPdfProcessing provides an Exception Handling mechanism which allows detecting cases with invalid or not supported annotations being imported in the document.

PdfProcessing Annotations Demo

The abstract Annotation element associates an object with a location on a RadFixedPage. Annotation exposes the following properties:

  • Rect: The rectangle, which defines the location of the annotation on the page.

  • Type: Property of type AnnotationType, which determines the type of the annotation. The supported types are listed in the following table:

Annotation TypeDescription
LinkA link annotation represents either a hypertext link to a destination elsewhere in the document or an action to be performed.
WidgetInteractive forms use widget annotations to represent the appearance of fields and to manage user interactions.
TextA text annotation represents a sticky note attached to a point in the PDF document.
LineLine annotations display a single straight line on the page.
StampStamp annotations display text or graphics intended to look as if they were stamped on the page with a rubber stamp.
TextMarkupText markup annotations appear as Highlights, Underlines, Strikeouts or Squiggly underlines in the text of a document. When opened, they display a pop-up window containing the text of the associated note.
PopupA popup annotation is associated with another markup annotation and displays its content in a pop-up window for entry and editing. It typically appears as a pop-up note.
  • Border: Represents the annotation borders. This property is of type AnnotationBorder that uses an AnnotationBorderStyle.

  • IsPrintable: A boolean value that indicates whether the annotation instance should be visualized when printing the document. When set to false, the annotation won't appear when the document is printed.

See Also

In this article
See Also
Not finding the help you need?
Contact Support