Annotations Overview
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.
The abstract Annotation element associates an object with a location on a RadFixedPage. Annotation exposes the following properties:
The Annotations is part of Telerik Document Processing, a
professional grade .NET library for creating and manipulating PDF, Word, XLSX and HTML files. To try it out sign up for a free 30-day trial.
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 Type | Description |
---|---|
Link | A link annotation represents either a hypertext link to a destination elsewhere in the document or an action to be performed. |
Widget | Interactive forms use widget annotations to represent the appearance of fields and to manage user interactions. |
Text | A text annotation represents a sticky note attached to a point in the PDF document. |
Line | Line annotations display a single straight line on the page. |
Stamp | Stamp annotations display text or graphics intended to look as if they were stamped on the page with a rubber stamp. |
TextMarkup | Text 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. |
Border: Represents the annotation borders. This property is of type AnnotationBorder.
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.