Available for: UI for ASP.NET MVC | UI for ASP.NET AJAX | UI for Blazor | UI for WPF | UI for WinForms | UI for Silverlight | UI for Xamarin | UI for WinUI | UI for ASP.NET Core | UI for .NET MAUI

Annotations Overview

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

Telerik Document Processing Ninja image

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 only supported types are Link and Widget.

  • 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.

See Also

In this article